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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h
index 51366de5ef70..5c67c0732241 100644
--- a/drivers/scsi/be2iscsi/be_main.h
+++ b/drivers/scsi/be2iscsi/be_main.h
@@ -36,7 +36,7 @@
36#include <scsi/scsi_transport_iscsi.h> 36#include <scsi/scsi_transport_iscsi.h>
37 37
38#define DRV_NAME "be2iscsi" 38#define DRV_NAME "be2iscsi"
39#define BUILD_STR "10.6.0.0" 39#define BUILD_STR "10.6.0.1"
40#define BE_NAME "Emulex OneConnect" \ 40#define BE_NAME "Emulex OneConnect" \
41 "Open-iSCSI Driver version" BUILD_STR 41 "Open-iSCSI Driver version" BUILD_STR
42#define DRV_DESC BE_NAME " " "Driver" 42#define DRV_DESC BE_NAME " " "Driver"
@@ -502,6 +502,7 @@ struct beiscsi_io_task {
502 struct sgl_handle *psgl_handle; 502 struct sgl_handle *psgl_handle;
503 struct beiscsi_conn *conn; 503 struct beiscsi_conn *conn;
504 struct scsi_cmnd *scsi_cmnd; 504 struct scsi_cmnd *scsi_cmnd;
505 struct hwi_wrb_context *pwrb_context;
505 unsigned int cmd_sn; 506 unsigned int cmd_sn;
506 unsigned int flags; 507 unsigned int flags;
507 unsigned short cid; 508 unsigned short cid;
@@ -833,7 +834,8 @@ struct amap_iscsi_wrb_v2 {
833} __packed; 834} __packed;
834 835
835 836
836struct wrb_handle *alloc_wrb_handle(struct beiscsi_hba *phba, unsigned int cid); 837struct wrb_handle *alloc_wrb_handle(struct beiscsi_hba *phba, unsigned int cid,
838 struct hwi_wrb_context **pcontext);
837void 839void
838free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle); 840free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);
839 841
@@ -1044,7 +1046,6 @@ enum hwh_type_enum {
1044struct wrb_handle { 1046struct wrb_handle {
1045 enum hwh_type_enum type; 1047 enum hwh_type_enum type;
1046 unsigned short wrb_index; 1048 unsigned short wrb_index;
1047 unsigned short nxt_wrb_index;
1048 1049
1049 struct iscsi_task *pio_handle; 1050 struct iscsi_task *pio_handle;
1050 struct iscsi_wrb *pwrb; 1051 struct iscsi_wrb *pwrb;