Lines Matching defs:ccb_t
191 typedef struct ccb_s ccb_t;
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 *);
691 void snack_missing(connection_t *, ccb_t *, uint8_t, uint32_t, uint32_t);
692 void send_snack(connection_t *, pdu_t *, ccb_t *, uint8_t);
695 void send_command(ccb_t *, ccb_disp_t, bool, bool);
706 void ccb_timeout(ccb_t *);
707 void ccb_timeout_start(ccb_t *, int);
708 void ccb_timeout_stop(ccb_t *);
721 ccb_t *get_ccb(connection_t *, bool);
722 void free_ccb(ccb_t *);
723 void suspend_ccb(ccb_t *, bool);
724 void wake_ccb(ccb_t *, uint32_t);
740 int assemble_login_parameters(connection_t *, ccb_t *, pdu_t *);
741 int assemble_security_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
742 int assemble_negotiation_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
743 int init_text_parameters(connection_t *, ccb_t *);
745 void set_negotiated_parameters(ccb_t *);