Home
last modified time | relevance | path

Searched defs:bxe_eth_stats (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_stats.h70 struct bxe_eth_stats { struct
71 uint32_t total_bytes_received_hi;
72 uint32_t total_bytes_received_lo;
73 uint32_t total_bytes_transmitted_hi;
74 uint32_t total_bytes_transmitted_lo;
75 uint32_t total_unicast_packets_received_hi;
76 uint32_t total_unicast_packets_received_lo;
77 uint32_t total_multicast_packets_received_hi;
78 uint32_t total_multicast_packets_received_lo;
79 uint32_t total_broadcast_packets_received_hi;
[all …]