diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-10-30 03:38:17 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-12-19 07:38:58 -0800 |
commit | e8f5e95d5a7db8c8f195bc92c0ca8363223a0a9e (patch) | |
tree | 1494981d2a8be35602abb7c51c2af8f7caf51236 /drivers/scsi/qla2xxx/qla_def.h | |
parent | f3ddac1918fe963bcbf8d407a3a3c0881b47248b (diff) | |
download | blackbird-op-linux-e8f5e95d5a7db8c8f195bc92c0ca8363223a0a9e.tar.gz blackbird-op-linux-e8f5e95d5a7db8c8f195bc92c0ca8363223a0a9e.zip |
[SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 0fb01e1e213c..ac62bcacc2d6 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -3370,6 +3370,7 @@ typedef struct scsi_qla_host { #define FX00_RESET_RECOVERY 23 #define FX00_TARGET_SCAN 24 #define FX00_CRITEMP_RECOVERY 25 +#define FX00_HOST_INFO_RESEND 26 uint32_t device_flags; #define SWITCH_FOUND BIT_0 |