Searched defs:fc_stats (Results 1 – 2 of 2) sorted by relevance
249 struct fc_stats { struct250 u64 SecondsSinceLastReset;251 u64 TxFrames;252 u64 TxWords;253 u64 RxFrames;254 u64 RxWords;255 u64 ErrorFrames;256 u64 DumpedFrames;257 u64 FcpPktAllocFails;258 u64 FcpPktAborts;[all …]
635 struct mlx5_fc_stats fc_stats; member