Searched defs:bxe_eth_stats (Results 1 – 1 of 1) sorted by relevance
71 struct bxe_eth_stats { struct72 uint32_t total_bytes_received_hi;73 uint32_t total_bytes_received_lo;74 uint32_t total_bytes_transmitted_hi;75 uint32_t total_bytes_transmitted_lo;76 uint32_t total_unicast_packets_received_hi;77 uint32_t total_unicast_packets_received_lo;78 uint32_t total_multicast_packets_received_hi;79 uint32_t total_multicast_packets_received_lo;80 uint32_t total_broadcast_packets_received_hi;[all …]