Searched defs:bfe_hw_stats (Results 1 – 2 of 2) sorted by relevance
454 typedef struct bfe_hw_stats { struct456 uint32_t tx_good_octets;457 uint32_t tx_good_pkts;458 uint32_t tx_octets;459 uint32_t tx_pkts;460 uint32_t tx_broadcast_pkts;461 uint32_t tx_multicast_pkts;462 uint32_t tx_len_64;463 uint32_t tx_len_65_to_127;464 uint32_t tx_len_128_to_255;[all …]
327 bfe_hw_stats_t bfe_hw_stats; member