diff options
author | John Soni Jose <sony.john-n@emulex.com> | 2015-04-25 08:18:13 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-25 08:55:41 -0700 |
commit | 3f4134c12af8d76eb87e12bc47dd33a4fb1555d8 (patch) | |
tree | 5567a3772d6ba7a8a99abd39cd8daa430d4d27e1 /drivers/scsi/be2iscsi/be_mgmt.h | |
parent | eb1c46924dfb48489272e8dc561bed9693e143d4 (diff) | |
download | blackbird-obmc-linux-3f4134c12af8d76eb87e12bc47dd33a4fb1555d8.tar.gz blackbird-obmc-linux-3f4134c12af8d76eb87e12bc47dd33a4fb1555d8.zip |
be2iscsi : Logout of FW Boot Session
Once be2iscsi driver is loaded and operational close Boot
session established by FW.
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_mgmt.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_mgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_mgmt.h b/drivers/scsi/be2iscsi/be_mgmt.h index 9356b9a86b66..b58a7decbd94 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.h +++ b/drivers/scsi/be2iscsi/be_mgmt.h @@ -338,4 +338,7 @@ void beiscsi_ue_detect(struct beiscsi_hba *phba); int be_cmd_modify_eq_delay(struct beiscsi_hba *phba, struct be_set_eqd *, int num); +int beiscsi_logout_fw_sess(struct beiscsi_hba *phba, + uint32_t fw_sess_handle); + #endif |