Lines Matching defs:connection_t

193 typedef struct connection_s connection_t;
240 connection_t *connection;
313 connection_t *connection; /* connection for CCB */
476 connection_t *mru_connection;
739 void kill_connection(connection_t *, uint32_t, int, bool);
742 void handle_connection_error(connection_t *, uint32_t, int);
752 connection_t *find_connection(session_t *, uint32_t);
768 connection_t *assign_connection(session_t *session, bool waitok);
770 int send_login(connection_t *);
771 int send_logout(connection_t *, connection_t *, int, bool);
772 int send_data_out(connection_t *, pdu_t *, ccb_t *, ccb_disp_t, bool);
775 int send_task_management(connection_t *, ccb_t *, struct scsipi_xfer *, int);
777 void negotiate_login(connection_t *, pdu_t *, ccb_t *);
778 void acknowledge_text(connection_t *, pdu_t *, ccb_t *);
779 void start_text_negotiation(connection_t *);
780 void negotiate_text(connection_t *, pdu_t *, ccb_t *);
781 int send_nop_out(connection_t *, pdu_t *);
782 void snack_missing(connection_t *, ccb_t *, uint8_t, uint32_t, uint32_t);
783 void send_snack(connection_t *, pdu_t *, ccb_t *, uint8_t);
804 ccb_t *get_ccb(connection_t *, bool);
809 void create_pdus(connection_t *);
810 pdu_t *get_pdu(connection_t *);
811 pdu_t *get_pdu_c(connection_t *, bool);
820 int assemble_login_parameters(connection_t *, ccb_t *, pdu_t *);
821 int assemble_security_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
822 int assemble_negotiation_parameters(connection_t *, ccb_t *, pdu_t *, pdu_t *);
823 int init_text_parameters(connection_t *, ccb_t *);