Home
last modified time | relevance | path

Searched refs:NIX_RX_ACTIONOP_MCAST (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h166 #define NIX_RX_ACTIONOP_MCAST (0x3ull) macro
Drvu_npc.c702 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_promisc_entry()
805 req.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_bcast_match_entry()
894 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_allmulti_entry()
1190 rule->rx_action.op != NIX_RX_ACTIONOP_MCAST) { in rvu_npc_disable_mcam_entries()
Drvu_debugfs.c2885 case NIX_RX_ACTIONOP_MCAST: in rvu_dbg_npc_mcam_show_action()