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

/freebsd-12-stable/sys/dev/nfe/
H A Dif_nfevar.h103 uint32_t tx_broadcast; member in struct:nfe_hw_stats
H A Dif_nfe.c3306 stats->tx_broadcast += NFE_READ(sc, NFE_TX_BROADCAST);
/freebsd-12-stable/sys/dev/ice/
H A Dvirtchnl.h554 u64 tx_broadcast; /* transmitted broadcast pkts */ member in struct:virtchnl_eth_stats
H A Dice_type.h911 u64 tx_broadcast; /* bptc */ member in struct:ice_eth_stats
H A Dice_lib.c2289 ICE_VSI_STAT40(GLV_BPTC, tx_broadcast);
2355 ICE_PF_STAT40(GLPRT_BPTC, eth.tx_broadcast);
4081 { &stats->tx_broadcast, "bcast_pkts_txd", "Broadcast Packets Transmitted" },
6282 return (es->tx_unicast + es->tx_multicast + es->tx_broadcast);
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_main.c1799 &osd->eth.tx_broadcast,
1800 &nsd->eth.tx_broadcast);
1987 &oes->tx_broadcast, &es->tx_broadcast);
2016 es->tx_broadcast);
H A Diavf_vc.c730 es->tx_broadcast);
H A Dixl_txrx.c878 {&eth_stats->tx_broadcast, "bcast_pkts_txd",
H A Di40e_type.h1433 u64 tx_broadcast; /* bptc */ member in struct:i40e_eth_stats

Completed in 111 milliseconds