Home
last modified time | relevance | path

Searched refs:SG_MASK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/iscsi/
Discsi_send.c684 c_phase = (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK; in init_login_pdu()
691 (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK, in init_login_pdu()
692 hpdu->pduh_Flags & SG_MASK)); in init_login_pdu()
721 c_phase = rx_pdu->pdu_hdr.pduh_Flags & SG_MASK; in negotiate_login()
723 c_phase = (rx_pdu->pdu_hdr.pduh_Flags >> CSG_SHIFT) & SG_MASK; in negotiate_login()
Discsi_pdu.h61 #define SG_MASK 3 /* mask for CSG (after shift) and NSG */ macro