Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h137 RX_BCAST = 0x2, enumerator
Dotx2_txrx.c520 rx_frames = OTX2_GET_RX_STATS(RX_BCAST) + OTX2_GET_RX_STATS(RX_MCAST) + in otx2_adjust_adaptive_coalese()
Dotx2_common.c109 dev_stats->rx_bcast_frames = OTX2_GET_RX_STATS(RX_BCAST); in otx2_get_dev_stats()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c62 RX_BCAST = 0x2, enumerator
2815 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats()