diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-04-07 01:33:38 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-05-20 18:21:07 -0400 |
commit | bad7001c200458c24864df6f2b1b66548bca7c75 (patch) | |
tree | 84bd053f821cbbfd06710c1d59e3fc26624ad3ab /drivers/scsi/qla2xxx/qla_def.h | |
parent | d53b48d512ef477c939aba09c7e258b8dc331b6a (diff) |
[SCSI] qla2xxx: Export additional FCoE attributes for application support.
Cull and export VN_Port MAC address and VLAN_ID information on
supported FCoE ISPs.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 714ee67567e1..645cfd9e6cf6 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2618,6 +2618,11 @@ typedef struct scsi_qla_host { | |||
2618 | uint8_t node_name[WWN_SIZE]; | 2618 | uint8_t node_name[WWN_SIZE]; |
2619 | uint8_t port_name[WWN_SIZE]; | 2619 | uint8_t port_name[WWN_SIZE]; |
2620 | uint8_t fabric_node_name[WWN_SIZE]; | 2620 | uint8_t fabric_node_name[WWN_SIZE]; |
2621 | |||
2622 | uint16_t fcoe_vlan_id; | ||
2623 | uint16_t fcoe_fcf_idx; | ||
2624 | uint8_t fcoe_vn_port_mac[6]; | ||
2625 | |||
2621 | uint32_t vp_abort_cnt; | 2626 | uint32_t vp_abort_cnt; |
2622 | 2627 | ||
2623 | struct fc_vport *fc_vport; /* holds fc_vport * for each vport */ | 2628 | struct fc_vport *fc_vport; /* holds fc_vport * for each vport */ |