Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcommon.h166 #define NIX_RX_ACTIONOP_MCAST (0x3ull) macro
H A Drvu_npc.c715 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_promisc_entry()
818 req.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_bcast_match_entry()
909 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_allmulti_entry()
1233 rule->rx_action.op != NIX_RX_ACTIONOP_MCAST) { in rvu_npc_disable_mcam_entries()
H A Drvu_debugfs.c2883 case NIX_RX_ACTIONOP_MCAST: in rvu_dbg_npc_mcam_show_action()