Searched refs:rx_broadcast (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/nfe/
H A Dif_nfevar.h86 uint32_t rx_broadcast; member in struct:nfe_hw_stats
H A Dif_nfe.c3186 &stats->rx_broadcast, "Broadcast Frames");
3292 stats->rx_broadcast += NFE_READ(sc, NFE_RX_BROADCAST);
/freebsd-12-stable/sys/dev/ice/
H A Dvirtchnl.h548 u64 rx_broadcast; /* received broadcast pkts */ member in struct:virtchnl_eth_stats
H A Dice_type.h905 u64 rx_broadcast; /* bprc */ member in struct:ice_eth_stats
H A Dice_lib.c2284 ICE_VSI_STAT40(GLV_BPRC, rx_broadcast);
2351 ICE_PF_STAT40(GLPRT_BPRC, eth.rx_broadcast);
4076 { &stats->rx_broadcast, "bcast_pkts_rcvd", "Broadcast Packets Received" },
6275 return (es->rx_unicast + es->rx_multicast + es->rx_broadcast);
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_main.c1794 &osd->eth.rx_broadcast,
1795 &nsd->eth.rx_broadcast);
1970 &oes->rx_broadcast, &es->rx_broadcast);
2013 es->rx_broadcast);
H A Diavf_vc.c727 es->rx_broadcast);
H A Dixl_txrx.c871 {&eth_stats->rx_broadcast, "bcast_pkts_rcvd",
H A Di40e_type.h1427 u64 rx_broadcast; /* bprc */ member in struct:i40e_eth_stats

Completed in 143 milliseconds