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

  /src/sys/dev/iscsi/
iscsi_send.c 675 uint8_t c_phase; local in function:init_login_pdu
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; local in function:negotiate_login
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
    [all...]
iscsi_send.c 675 uint8_t c_phase; local in function:init_login_pdu
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; local in function:negotiate_login
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
    [all...]

Completed in 24 milliseconds