Searched defs:bnx2x_eth_q_stats (Results 1 – 1 of 1) sorted by relevance
23 struct bnx2x_eth_q_stats { struct24 u32 total_bytes_received_hi;25 u32 total_bytes_received_lo;26 u32 total_bytes_transmitted_hi;27 u32 total_bytes_transmitted_lo;28 u32 total_unicast_packets_received_hi;29 u32 total_unicast_packets_received_lo;30 u32 total_multicast_packets_received_hi;31 u32 total_multicast_packets_received_lo;32 u32 total_broadcast_packets_received_hi;[all …]