Searched refs:CSG_SHIFT (Results 1 – 2 of 2) sorted by relevance
684 c_phase = (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK; in init_login_pdu() 685 hpdu->pduh_Flags = FLAG_TRANSIT | (c_phase << CSG_SHIFT) | in init_login_pdu() 691 (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK, in init_login_pdu() 723 c_phase = (rx_pdu->pdu_hdr.pduh_Flags >> CSG_SHIFT) & SG_MASK; in negotiate_login() 749 tx_pdu->pdu_hdr.pduh_Flags = c_phase << CSG_SHIFT; in negotiate_login()
60 #define CSG_SHIFT 2 /* shift factor for CSG field */ macro