Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c994 if (req->op == NIX_RX_ACTION_DEFAULT && pfvf->def_ucast_rule) in npc_update_rx_entry()
995 action = pfvf->def_ucast_rule->rx_action; in npc_update_rx_entry()
1054 struct rvu_npc_mcam_rule *def_ucast_rule = pfvf->def_ucast_rule; in npc_install_flow() local
1091 if (def_ucast_rule && (req->default_rule && req->append)) { in npc_install_flow()
1092 missing_features = (def_ucast_rule->features ^ features) & in npc_install_flow()
1093 def_ucast_rule->features; in npc_install_flow()
1096 &def_ucast_rule->packet, in npc_install_flow()
1097 &def_ucast_rule->mask, in npc_install_flow()
1164 pfvf->def_ucast_rule = rule; in npc_install_flow()
1395 struct rvu_npc_mcam_rule *def_ucast_rule; in npc_mcam_enable_flows() local
[all …]
Drvu.h243 struct rvu_npc_mcam_rule *def_ucast_rule; member
Drvu_npc.c1016 if (pfvf->def_ucast_rule) in rvu_npc_update_flowkey_alg_idx()
1017 pfvf->def_ucast_rule->rx_action = action; in rvu_npc_update_flowkey_alg_idx()
1174 pfvf->def_ucast_rule = NULL; in rvu_npc_disable_mcam_entries()