Lines Matching refs:connection_t

188 typedef struct connection_s connection_t;  typedef
231 connection_t *connection;
296 connection_t *connection; /* connection for CCB */
458 connection_t *mru_connection;
647 void kill_connection(connection_t *, uint32_t, int, bool);
650 void handle_connection_error(connection_t *, uint32_t, int);
651 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 *);
720 ccb_t *get_ccb(connection_t *, bool);
725 void create_pdus(connection_t *);
726 pdu_t *get_pdu(connection_t *, bool);
739 int assemble_login_parameters(connection_t *, ccb_t *, pdu_t *);
740 int assemble_security_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
741 int assemble_negotiation_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
742 int init_text_parameters(connection_t *, ccb_t *);