|
@@ -231,6 +231,8 @@ struct fc_rport_priv {
|
|
* @ControlRequests: Number of control requests
|
|
* @ControlRequests: Number of control requests
|
|
* @InputMegabytes: Number of received megabytes
|
|
* @InputMegabytes: Number of received megabytes
|
|
* @OutputMegabytes: Number of transmitted megabytes
|
|
* @OutputMegabytes: Number of transmitted megabytes
|
|
|
|
+ * @VLinkFailureCount: Number of virtual link failures
|
|
|
|
+ * @MissDiscAdvCount: Number of missing FIP discovery advertisement
|
|
*/
|
|
*/
|
|
struct fcoe_dev_stats {
|
|
struct fcoe_dev_stats {
|
|
u64 SecondsSinceLastReset;
|
|
u64 SecondsSinceLastReset;
|
|
@@ -249,6 +251,8 @@ struct fcoe_dev_stats {
|
|
u64 ControlRequests;
|
|
u64 ControlRequests;
|
|
u64 InputMegabytes;
|
|
u64 InputMegabytes;
|
|
u64 OutputMegabytes;
|
|
u64 OutputMegabytes;
|
|
|
|
+ u64 VLinkFailureCount;
|
|
|
|
+ u64 MissDiscAdvCount;
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|