Home | History | Annotate | Download | only in iscsi

Lines Matching defs:c_phase

675 	uint8_t c_phase;
684 c_phase = (hpdu->pduh_Flags >> CSG_SHIFT) & SG_MASK;
685 hpdu->pduh_Flags = FLAG_TRANSIT | (c_phase << CSG_SHIFT) |
686 NEXT_PHASE(c_phase);
718 uint8_t c_phase;
721 c_phase = rx_pdu->pdu_hdr.pduh_Flags & SG_MASK;
723 c_phase = (rx_pdu->pdu_hdr.pduh_Flags >> CSG_SHIFT) & SG_MASK;
726 rx_pdu->pdu_hdr.pduh_Flags, c_phase));
728 if (c_phase == SG_FULL_FEATURE_PHASE) {
749 tx_pdu->pdu_hdr.pduh_Flags = c_phase << CSG_SHIFT;
751 switch (c_phase) {
784 DEBOUT(("Invalid phase %x in negotiate_login\n", c_phase));