Searched refs:afex_stats (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe_stats.c | 1730 struct afex_stats *afex_stats = (struct afex_stats *)void_afex_stats; in bxe_afex_collect_stats() local 1733 memset(afex_stats, 0, sizeof(struct afex_stats)); in bxe_afex_collect_stats() 1738 ADD_64(afex_stats->rx_unicast_bytes_hi, in bxe_afex_collect_stats() 1740 afex_stats->rx_unicast_bytes_lo, in bxe_afex_collect_stats() 1743 ADD_64(afex_stats->rx_broadcast_bytes_hi, in bxe_afex_collect_stats() 1745 afex_stats->rx_broadcast_bytes_lo, in bxe_afex_collect_stats() 1748 ADD_64(afex_stats->rx_multicast_bytes_hi, in bxe_afex_collect_stats() 1750 afex_stats->rx_multicast_bytes_lo, in bxe_afex_collect_stats() 1753 ADD_64(afex_stats->rx_unicast_frames_hi, in bxe_afex_collect_stats() 1755 afex_stats->rx_unicast_frames_lo, in bxe_afex_collect_stats() [all …]
|
H A D | ecore_hsi.h | 3459 struct afex_stats { struct
|