Searched refs:beiscsi_sess (Results 1 – 4 of 4) sorted by relevance
50 struct beiscsi_session *beiscsi_sess; in beiscsi_session_create() local85 sizeof(*beiscsi_sess), in beiscsi_session_create()91 beiscsi_sess = sess->dd_data; in beiscsi_session_create()92 beiscsi_sess->bhs_pool = pci_pool_create("beiscsi_bhs_pool", in beiscsi_session_create()96 if (!beiscsi_sess->bhs_pool) in beiscsi_session_create()115 struct beiscsi_session *beiscsi_sess = sess->dd_data; in beiscsi_session_destroy() local118 pci_pool_destroy(beiscsi_sess->bhs_pool); in beiscsi_session_destroy()136 struct beiscsi_session *beiscsi_sess; in beiscsi_conn_create() local155 beiscsi_sess = sess->dd_data; in beiscsi_conn_create()156 beiscsi_conn->beiscsi_sess = beiscsi_sess; in beiscsi_conn_create()
257 struct beiscsi_sess *sess;
4640 struct beiscsi_session *beiscsi_sess = beiscsi_conn->beiscsi_sess; in beiscsi_cleanup_task() local4650 pci_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, in beiscsi_cleanup_task()4750 struct beiscsi_session *beiscsi_sess = beiscsi_conn->beiscsi_sess; in beiscsi_alloc_pdu() local4753 io_task->cmd_bhs = pci_pool_alloc(beiscsi_sess->bhs_pool, in beiscsi_alloc_pdu()4890 pci_pool_free(beiscsi_sess->bhs_pool, io_task->cmd_bhs, in beiscsi_alloc_pdu()
460 struct beiscsi_session *beiscsi_sess; member