Searched refs:tx_pdu (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_send.c650 pdu_t *tx_pdu; local
678 tx_pdu = get_pdu(conn);
679 if (tx_pdu == NULL)
682 tx_pdu->pdu.Flags = c_phase << CSG_SHIFT;
686 rc = assemble_security_parameters(conn, tx_ccb, rx_pdu, tx_pdu);
692 rc = assemble_negotiation_parameters(conn, tx_ccb, rx_pdu, tx_pdu);
704 free_pdu(tx_pdu);
706 init_login_pdu(conn, tx_pdu, next);
707 setup_tx_uio(tx_pdu, tx_pdu
755 pdu_t *tx_pdu; local
821 pdu_t *tx_pdu; local
1277 pdu_t *tx_pdu; local
[all...]
H A Discsi_text.c1357 * tx_pdu The transmit PDU
1366 pdu_t *tx_pdu)
1547 complete_pars(state, tx_pdu);
1665 * tx_pdu The transmit PDU
1673 pdu_t *tx_pdu)
1706 if (tx_pdu == NULL)
1709 complete_pars(state, tx_pdu);
1720 * tx_pdu The transmit PDU
1365 assemble_security_parameters(connection_t *conn, ccb_t *ccb, pdu_t *rx_pdu, pdu_t *tx_pdu) argument
1672 assemble_negotiation_parameters(connection_t *conn, ccb_t *ccb, pdu_t *rx_pdu, pdu_t *tx_pdu) argument

Completed in 167 milliseconds