Home | History | Annotate | Download | only in iscsi

Lines Matching defs:send_pdu

468  * send_pdu:
481 send_pdu(ccb_t *ccb, pdu_t *pdu, ccb_disp_t cdisp, pdu_disp_t pdisp)
496 DEBC(conn, 10, ("Send_pdu: CmdSN=%u ExpStatSN~%u ccb=%p, pdu=%p\n",
535 DEBC(conn, 15, ("Send_pdu: ccb=%p cdisp=%d waiting\n",
538 DEBC(conn, 15, ("Send_pdu: ccb=%p cdisp=%d returned\n",
795 send_pdu(tx_ccb, tx_pdu, CCBDISP_NOWAIT, PDUDISP_FREE);
860 send_pdu(tx_ccb, tx_pdu, CCBDISP_NOWAIT, PDUDISP_FREE);
895 send_pdu(ccb, pdu, CCBDISP_FREE, PDUDISP_WAIT);
942 send_pdu(tx_ccb, tx_pdu, CCBDISP_NOWAIT, PDUDISP_FREE);
998 send_pdu(ccb, pdu, CCBDISP_WAIT, PDUDISP_WAIT);
1077 send_pdu(ccb, ppdu, (rx_pdu != NULL) ? CCBDISP_NOWAIT : CCBDISP_FREE,
1117 send_pdu(NULL, ppdu, CCBDISP_NOWAIT, PDUDISP_FREE);
1180 send_pdu(NULL, ppdu, CCBDISP_NOWAIT, PDUDISP_FREE);
1216 send_pdu(ccb, pdu, CCBDISP_WAIT, PDUDISP_FREE);
1277 send_pdu(ccb, ppdu, (wait) ? CCBDISP_WAIT : CCBDISP_FREE, PDUDISP_FREE);
1349 send_pdu(ccb, ppdu, (xs) ? CCBDISP_SCSIPI : CCBDISP_WAIT, PDUDISP_FREE);
1422 send_pdu(tx_ccb, tx_pdu, (totlen) ? CCBDISP_NOWAIT : disp, PDUDISP_FREE);
1519 send_pdu(ccb, ppdu, (totlen) ? CCBDISP_DEFER : disp, PDUDISP_WAIT);