Searched refs:beiscsi_sess (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c50 struct beiscsi_session *beiscsi_sess; beiscsi_session_create() local
85 sizeof(*beiscsi_sess), beiscsi_session_create()
91 beiscsi_sess = sess->dd_data; beiscsi_session_create()
92 beiscsi_sess->bhs_pool = pci_pool_create("beiscsi_bhs_pool", beiscsi_session_create()
96 if (!beiscsi_sess->bhs_pool) beiscsi_session_create()
115 struct beiscsi_session *beiscsi_sess = sess->dd_data; beiscsi_session_destroy() local
118 pci_pool_destroy(beiscsi_sess->bhs_pool); beiscsi_session_destroy()
136 struct beiscsi_session *beiscsi_sess; beiscsi_conn_create() local
155 beiscsi_sess = sess->dd_data; beiscsi_conn_create()
156 beiscsi_conn->beiscsi_sess = beiscsi_sess; beiscsi_conn_create()
H A Dbe_mgmt.h257 struct beiscsi_sess *sess;
H A Dbe_main.c4640 struct beiscsi_session *beiscsi_sess = beiscsi_conn->beiscsi_sess; beiscsi_cleanup_task() local
4650 pci_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, beiscsi_cleanup_task()
4750 struct beiscsi_session *beiscsi_sess = beiscsi_conn->beiscsi_sess; beiscsi_alloc_pdu() local
4753 io_task->cmd_bhs = pci_pool_alloc(beiscsi_sess->bhs_pool, beiscsi_alloc_pdu()
4890 pci_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, beiscsi_alloc_pdu()
H A Dbe_main.h460 struct beiscsi_session *beiscsi_sess; member in struct:beiscsi_conn

Completed in 167 milliseconds