Searched refs:SG_MASK (Results 1 – 2 of 2) sorted by relevance
684 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()
61 #define SG_MASK 3 /* mask for CSG (after shift) and NSG */ macro