Home
last modified time | relevance | path

Searched refs:RX_BCAST (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnic.h158 RX_BCAST = 0x2, enumerator
Dnicvf_main.c1671 stats->rx_bcast_frames = GET_RX_STATS(RX_BCAST); in nicvf_update_stats()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h132 RX_BCAST = 0x2, enumerator
Dotx2_txrx.c504 rx_frames = OTX2_GET_RX_STATS(RX_BCAST) + OTX2_GET_RX_STATS(RX_MCAST) + in otx2_adjust_adaptive_coalese()
Dotx2_common.c102 dev_stats->rx_bcast_frames = OTX2_GET_RX_STATS(RX_BCAST); in otx2_get_dev_stats()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c62 RX_BCAST = 0x2, enumerator
2427 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats()