HomeSort by: relevance | last modified time | path
    Searched refs:SG_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_pdu.h 61 #define SG_MASK 3 /* mask for CSG (after shift) and NSG */
iscsi_send.c 684 c_phase = (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK;
691 (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK,
692 hpdu->pduh_Flags & SG_MASK));
721 c_phase = rx_pdu->pdu_hdr.pduh_Flags & SG_MASK;
723 c_phase = (rx_pdu->pdu_hdr.pduh_Flags >> CSG_SHIFT) & SG_MASK;

Completed in 13 milliseconds