Home | History | Annotate | Download | only in iscsi

Lines Matching defs:connection_t

189 typedef struct connection_s connection_t;
232 connection_t *pdu_connection;
297 connection_t *ccb_connection; /* connection for CCB */
461 connection_t *s_mru_connection;
651 void kill_connection(connection_t *, uint32_t, int, bool);
654 void handle_connection_error(connection_t *, uint32_t, int);
655 void add_connection_cleanup(connection_t *);
660 connection_t *find_connection(session_t *, uint32_t);
677 connection_t *assign_connection(session_t *session, bool waitok);
679 int send_login(connection_t *);
680 int send_logout(connection_t *, connection_t *, int, bool);
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 *);
688 void start_text_negotiation(connection_t *);
689 void negotiate_text(connection_t *, pdu_t *, ccb_t *);
690 int send_nop_out(connection_t *, pdu_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);
703 void connection_timeout(connection_t *);
704 void connection_timeout_start(connection_t *, int);
705 void connection_timeout_stop(connection_t *);
721 ccb_t *get_ccb(connection_t *, bool);
726 void create_pdus(connection_t *);
727 pdu_t *get_pdu(connection_t *, bool);
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 *);