Searched defs:beiscsi_conn (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 119 struct beiscsi_conn *beiscsi_conn; in beiscsi_conn_create() local 151 struct beiscsi_conn *beiscsi_conn, in beiscsi_bindconn_cid() 179 struct beiscsi_conn *beiscsi_conn = conn->dd_data; in beiscsi_conn_bind() local 386 static void beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, in beiscsi_set_params_for_offld() 420 struct beiscsi_conn *beiscsi_conn = conn->dd_data; in beiscsi_conn_start() local 695 struct beiscsi_conn *beiscsi_conn; in beiscsi_ep_disconnect() local
|
D | be_main.c | 72 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_abort() local 143 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_device_reset() local 902 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn, in beiscsi_process_async_pdu() 1101 be_complete_io(struct beiscsi_conn *beiscsi_conn, in be_complete_io() 1177 be_complete_logout(struct beiscsi_conn *beiscsi_conn, in be_complete_logout() 1209 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, in be_complete_tmf() 1233 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, in hwi_complete_drvr_msgs() 1264 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, in be_complete_nopin_resp() 1285 static void hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, in hwi_complete_cmd() 1366 struct beiscsi_conn *beiscsi_conn, in hwi_get_async_handle() [all …]
|
D | be_main.h | 361 struct beiscsi_conn { struct 365 u32 beiscsi_conn_cid; argument 366 struct beiscsi_endpoint *ep; 367 unsigned short login_in_progress; 368 struct wrb_handle *plogin_wrb_handle; 369 struct sgl_handle *plogin_sgl_handle; 370 struct beiscsi_session *beiscsi_sess; 371 struct iscsi_task *task;
|