diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 1755fa7e9271..7495c0ba67ee 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -780,6 +780,7 @@ struct fc_disc { | |||
780 | * @dev_stats: FCoE device stats (TODO: libfc should not be | 780 | * @dev_stats: FCoE device stats (TODO: libfc should not be |
781 | * FCoE aware) | 781 | * FCoE aware) |
782 | * @retry_count: Number of retries in the current state | 782 | * @retry_count: Number of retries in the current state |
783 | * @port_id: FC Port ID | ||
783 | * @wwpn: World Wide Port Name | 784 | * @wwpn: World Wide Port Name |
784 | * @wwnn: World Wide Node Name | 785 | * @wwnn: World Wide Node Name |
785 | * @service_params: Common service parameters | 786 | * @service_params: Common service parameters |
@@ -826,6 +827,7 @@ struct fc_lport { | |||
826 | u8 retry_count; | 827 | u8 retry_count; |
827 | 828 | ||
828 | /* Fabric information */ | 829 | /* Fabric information */ |
830 | u32 port_id; | ||
829 | u64 wwpn; | 831 | u64 wwpn; |
830 | u64 wwnn; | 832 | u64 wwnn; |
831 | unsigned int service_params; | 833 | unsigned int service_params; |