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

  /src/sys/dev/iscsi/
iscsi_send.c 717 pdu_t *tx_pdu; local in function:negotiate_login
745 tx_pdu = get_pdu(conn, TRUE);
746 if (tx_pdu == NULL)
749 tx_pdu->pdu_hdr.pduh_Flags = c_phase << CSG_SHIFT;
753 rc = assemble_security_parameters(conn, tx_ccb, rx_pdu, tx_pdu);
768 rc = assemble_security_parameters(conn, tx_ccb, rx_pdu, tx_pdu);
780 rc = assemble_negotiation_parameters(conn, tx_ccb, rx_pdu, tx_pdu);
791 free_pdu(tx_pdu);
793 init_login_pdu(conn, tx_ccb, tx_pdu, next);
794 setup_tx_uio(tx_pdu, tx_pdu->pdu_temp_data_len, tx_pdu->pdu_temp_data, FALSE)
847 pdu_t *tx_pdu; local in function:acknowledge_text
913 pdu_t *tx_pdu; local in function:negotiate_text
1377 pdu_t *tx_pdu; local in function:send_data_out
    [all...]
iscsi_text.c 1330 * tx_pdu The transmit PDU
1339 pdu_t *tx_pdu)
1535 complete_pars(state, tx_pdu);
1632 * tx_pdu The transmit PDU
1640 pdu_t *tx_pdu)
1673 if (tx_pdu == NULL)
1676 complete_pars(state, tx_pdu);
1687 * tx_pdu The transmit PDU

Completed in 224 milliseconds