Searched defs:beiscsi_conn (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/scsi/be2iscsi/ | 
| D | be_iscsi.c | 133 	struct beiscsi_conn *beiscsi_conn;  in beiscsi_conn_create()  local167 				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()  local301 	struct beiscsi_conn *beiscsi_conn;  in beiscsi_eh_device_reset()  local
 1096 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn,  in beiscsi_process_async_pdu()
 1313 be_complete_io(struct beiscsi_conn *beiscsi_conn,  in be_complete_io()
 1381 be_complete_logout(struct beiscsi_conn *beiscsi_conn,  in be_complete_logout()
 1408 be_complete_tmf(struct beiscsi_conn *beiscsi_conn,  in be_complete_tmf()
 1429 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn,  in hwi_complete_drvr_msgs()
 1463 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn,  in be_complete_nopin_resp()
 1536 static void hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn,  in hwi_complete_cmd()
 1620 		     struct beiscsi_conn *beiscsi_conn,  in hwi_get_async_handle()
 [all …]
 
 | 
| D | be_main.h | 450 struct beiscsi_conn {  struct455 	u32 beiscsi_conn_cid;  argument
 456 	struct beiscsi_endpoint *ep;
 457 	unsigned short login_in_progress;
 458 	struct wrb_handle *plogin_wrb_handle;
 459 	struct sgl_handle *plogin_sgl_handle;
 460 	struct beiscsi_session *beiscsi_sess;
 461 	struct iscsi_task *task;
 
 |