Searched refs:def_ucast_rule (Results 1 – 2 of 2) sorted by relevance
1356 if (pfvf->def_ucast_rule) { in npc_update_rx_entry()1357 action = pfvf->def_ucast_rule->rx_action; in npc_update_rx_entry()1439 struct rvu_npc_mcam_rule *def_ucast_rule = pfvf->def_ucast_rule; in npc_install_flow() local1497 if (def_ucast_rule && (req->default_rule && req->append)) { in npc_install_flow()1498 missing_features = (def_ucast_rule->features ^ features) & in npc_install_flow()1499 def_ucast_rule->features; in npc_install_flow()1502 &def_ucast_rule->packet, in npc_install_flow()1503 &def_ucast_rule->mask, in npc_install_flow()1611 pfvf->def_ucast_rule = rule; in npc_install_flow()2043 struct rvu_npc_mcam_rule *def_ucast_rule; in npc_mcam_enable_flows() local[all …]
297 struct rvu_npc_mcam_rule *def_ucast_rule; member