aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r--drivers/scsi/be2iscsi/be_main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h
index 2520c39c594..387e363b0ec 100644
--- a/drivers/scsi/be2iscsi/be_main.h
+++ b/drivers/scsi/be2iscsi/be_main.h
@@ -327,6 +327,10 @@ struct beiscsi_hba {
327 struct be_ctrl_info ctrl; 327 struct be_ctrl_info ctrl;
328}; 328};
329 329
330struct beiscsi_session {
331 struct pci_pool *bhs_pool;
332};
333
330/** 334/**
331 * struct beiscsi_conn - iscsi connection structure 335 * struct beiscsi_conn - iscsi connection structure
332 */ 336 */
@@ -338,6 +342,7 @@ struct beiscsi_conn {
338 struct beiscsi_endpoint *ep; 342 struct beiscsi_endpoint *ep;
339 unsigned short login_in_progress; 343 unsigned short login_in_progress;
340 struct sgl_handle *plogin_sgl_handle; 344 struct sgl_handle *plogin_sgl_handle;
345 struct beiscsi_session *beiscsi_sess;
341}; 346};
342 347
343/* This structure is used by the chip */ 348/* This structure is used by the chip */