Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1351 if (pfvf->def_ucast_rule) { in npc_update_rx_entry()
1352 action = pfvf->def_ucast_rule->rx_action; in npc_update_rx_entry()
1434 struct rvu_npc_mcam_rule *def_ucast_rule = pfvf->def_ucast_rule; in npc_install_flow() local
1492 if (def_ucast_rule && (req->default_rule && req->append)) { in npc_install_flow()
1493 missing_features = (def_ucast_rule->features ^ features) & in npc_install_flow()
1494 def_ucast_rule->features; in npc_install_flow()
1497 &def_ucast_rule->packet, in npc_install_flow()
1498 &def_ucast_rule->mask, in npc_install_flow()
1606 pfvf->def_ucast_rule = rule; in npc_install_flow()
2028 struct rvu_npc_mcam_rule *def_ucast_rule; in npc_mcam_enable_flows() local
[all …]
H A Drvu_npc.c1249 if (pfvf->def_ucast_rule) in rvu_npc_update_flowkey_alg_idx()
1250 pfvf->def_ucast_rule->rx_action = action; in rvu_npc_update_flowkey_alg_idx()
1442 pfvf->def_ucast_rule = NULL; in rvu_npc_disable_mcam_entries()