Searched defs:beiscsi_conn (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 133 struct beiscsi_conn *beiscsi_conn; in beiscsi_conn_create() local 167 struct beiscsi_conn *beiscsi_conn, in beiscsi_bindconn_cid() 200 struct beiscsi_conn *beiscsi_conn = conn->dd_data; in beiscsi_conn_bind() local 927 static void beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, in beiscsi_set_params_for_offld() 973 struct beiscsi_conn *beiscsi_conn = conn->dd_data; in beiscsi_conn_start() local 1070 struct beiscsi_conn *beiscsi_conn; in beiscsi_free_ep() local 1357 struct beiscsi_conn *beiscsi_conn; in beiscsi_ep_disconnect() local
|
D | be_main.c | 224 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_abort() local 301 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_device_reset() local 1084 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn, in beiscsi_process_async_pdu() 1299 be_complete_io(struct beiscsi_conn *beiscsi_conn, in be_complete_io() 1365 be_complete_logout(struct beiscsi_conn *beiscsi_conn, in be_complete_logout() 1392 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, in be_complete_tmf() 1413 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, in hwi_complete_drvr_msgs() 1447 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, in be_complete_nopin_resp() 1520 static void hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, in hwi_complete_cmd() 1604 struct beiscsi_conn *beiscsi_conn, in hwi_get_async_handle() [all …]
|
D | be_main.h | 446 struct beiscsi_conn { struct 451 u32 beiscsi_conn_cid; argument 452 struct beiscsi_endpoint *ep; 453 unsigned short login_in_progress; 454 struct wrb_handle *plogin_wrb_handle; 455 struct sgl_handle *plogin_sgl_handle; 456 struct beiscsi_session *beiscsi_sess; 457 struct iscsi_task *task;
|