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

  /src/sys/dev/iscsi/
iscsi_globals.h 191 typedef struct ccb_s ccb_t; typedef in typeref:struct:ccb_s
230 ccb_t *pdu_owner;
464 ccb_t s_ccb[CCBS_PER_SESSION]; /* CCBs */
669 void iscsi_done(ccb_t *);
678 void resend_pdu(ccb_t *);
681 int send_data_out(connection_t *, pdu_t *, ccb_t *, ccb_disp_t, bool);
684 int send_task_management(connection_t *, ccb_t *, struct scsipi_xfer *, int);
686 void negotiate_login(connection_t *, pdu_t *, ccb_t *);
687 void acknowledge_text(connection_t *, pdu_t *, ccb_t *);
689 void negotiate_text(connection_t *, pdu_t *, ccb_t *);
    [all...]
iscsi_globals.h 191 typedef struct ccb_s ccb_t; typedef in typeref:struct:ccb_s
230 ccb_t *pdu_owner;
464 ccb_t s_ccb[CCBS_PER_SESSION]; /* CCBs */
669 void iscsi_done(ccb_t *);
678 void resend_pdu(ccb_t *);
681 int send_data_out(connection_t *, pdu_t *, ccb_t *, ccb_disp_t, bool);
684 int send_task_management(connection_t *, ccb_t *, struct scsipi_xfer *, int);
686 void negotiate_login(connection_t *, pdu_t *, ccb_t *);
687 void acknowledge_text(connection_t *, pdu_t *, ccb_t *);
689 void negotiate_text(connection_t *, pdu_t *, ccb_t *);
    [all...]

Completed in 149 milliseconds