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

  /src/lib/libisns/
isns_task.h 52 } send_pdu; member in union:isns_task_var_u
  /src/sys/dev/iscsi/
iscsi_send.c 468 * send_pdu:
481 send_pdu(ccb_t *ccb, pdu_t *pdu, ccb_disp_t cdisp, pdu_disp_t pdisp) function in typeref:typename:STATIC void
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)
    [all...]

Completed in 13 milliseconds