Searched refs:def_ucast_rule (Results 1 – 3 of 3) sorted by relevance
1351 if (pfvf->def_ucast_rule) { in npc_install_flow() 1352 action = pfvf->def_ucast_rule->rx_action; in npc_install_flow() 1434 struct rvu_npc_mcam_rule *def_ucast_rule = pfvf->def_ucast_rule; in rvu_mbox_handler_npc_install_flow() 1484 if (def_ucast_rule && (req->default_rule && req->append)) { in rvu_mbox_handler_npc_install_flow() 1485 missing_features = (def_ucast_rule->features ^ features) & in rvu_mbox_handler_npc_install_flow() 1486 def_ucast_rule->features; in rvu_mbox_handler_npc_install_flow() 1489 &def_ucast_rule->packet, in rvu_mbox_handler_npc_install_flow() 1490 &def_ucast_rule->mask, in rvu_mbox_handler_npc_install_flow() 1598 pfvf->def_ucast_rule in rvu_mbox_handler_npc_delete_flow() 1243 struct rvu_npc_mcam_rule *def_ucast_rule = pfvf->def_ucast_rule; npc_install_flow() local 1634 struct rvu_npc_mcam_rule *def_ucast_rule; npc_mcam_enable_flows() local [all...]
1145 if (pfvf->def_ucast_rule) in rvu_npc_disable_default_entries() 1146 pfvf->def_ucast_rule->rx_action = action; in rvu_npc_disable_default_entries() 1316 pfvf->def_ucast_rule = NULL; in npc_program_mkex_tx()
297 struct rvu_npc_mcam_rule *def_ucast_rule; member