diff options
author | andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com> | 2006-01-31 19:04:51 -0500 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-04 17:10:07 -0500 |
commit | 04414013bbda644b65537e73f1dacb2821b36811 (patch) | |
tree | d8859176c167bff43bfb929657a32da3bb814749 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 53ea68ecea11bcbb3451c2758ce181bd97b569a9 (diff) |
[SCSI] qla2xxx: Add port-speed FC transport attribute.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index bad066e5772a..26af5319c219 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2331,6 +2331,10 @@ typedef struct scsi_qla_host { | |||
2331 | uint16_t min_external_loopid; /* First external loop Id */ | 2331 | uint16_t min_external_loopid; /* First external loop Id */ |
2332 | 2332 | ||
2333 | uint16_t link_data_rate; /* F/W operating speed */ | 2333 | uint16_t link_data_rate; /* F/W operating speed */ |
2334 | #define LDR_1GB 0 | ||
2335 | #define LDR_2GB 1 | ||
2336 | #define LDR_4GB 3 | ||
2337 | #define LDR_UNKNOWN 0xFFFF | ||
2334 | 2338 | ||
2335 | uint8_t current_topology; | 2339 | uint8_t current_topology; |
2336 | uint8_t prev_topology; | 2340 | uint8_t prev_topology; |