Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dcommon.h166 #define NIX_RX_ACTIONOP_MCAST (0x3ull) macro
Drvu_npc_fs.c1136 (op == NIX_RX_ACTIONOP_MCAST || op == NIX_TX_ACTIONOP_MCAST)) { in npc_mcast_update_action_index()
1141 if (op == NIX_RX_ACTIONOP_MCAST) in npc_mcast_update_action_index()
1407 if (owner && req->op == NIX_RX_ACTIONOP_MCAST) in npc_install_flow()
Drvu_npc.c703 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_promisc_entry()
806 req.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_bcast_match_entry()
897 action.op = NIX_RX_ACTIONOP_MCAST; in rvu_npc_install_allmulti_entry()
1221 rule->rx_action.op != NIX_RX_ACTIONOP_MCAST) { in rvu_npc_disable_mcam_entries()
Drvu_debugfs.c3333 case NIX_RX_ACTIONOP_MCAST: in rvu_dbg_npc_mcam_show_action()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c424 req->op = NIX_RX_ACTIONOP_MCAST; in otx2_tc_update_mcast()