Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h159 #define NIX_RX_ACTIONOP_MCAST (0x3ull) macro
Drvu_npc.c696 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_promisc_entry()
791 req.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_bcast_match_entry()
872 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_allmulti_entry()
1168 rule->rx_action.op != NIX_RX_ACTIONOP_MCAST) { in rvu_npc_disable_mcam_entries()
Drvu_debugfs.c2857 case NIX_RX_ACTIONOP_MCAST: in rvu_dbg_npc_mcam_show_action()