Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcommon.h168 #define NIX_RX_ACTIONOP_MCAST (0x3ull) macro
H A Drvu_npc_fs.c1118 (op == NIX_RX_ACTIONOP_MCAST || op == NIX_TX_ACTIONOP_MCAST)) { in npc_mcast_update_action_index()
1123 if (op == NIX_RX_ACTIONOP_MCAST) in npc_mcast_update_action_index()
1389 if (owner && req->op == NIX_RX_ACTIONOP_MCAST) in npc_install_flow()
H A Drvu_npc.c705 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_promisc_entry()
808 req.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_bcast_match_entry()
881 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_allmulti_entry()
1212 rule->rx_action.op != NIX_RX_ACTIONOP_MCAST) { in rvu_npc_disable_mcam_entries()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c424 req->op = NIX_RX_ACTIONOP_MCAST; in otx2_tc_update_mcast()