Searched refs:uninstall_req (Results 1 – 1 of 1) sorted by relevance
147 struct npc_delete_flow_req uninstall_req = { 0 }; in rvu_switch_enable() local185 uninstall_req.start = rswitch->start_entry; in rvu_switch_enable()186 uninstall_req.end = rswitch->start_entry + rswitch->used_entries - 1; in rvu_switch_enable()187 rvu_mbox_handler_npc_delete_flow(rvu, &uninstall_req, &rsp); in rvu_switch_enable()198 struct npc_delete_flow_req uninstall_req = { 0 }; in rvu_switch_disable() local232 uninstall_req.start = rswitch->start_entry; in rvu_switch_disable()233 uninstall_req.end = rswitch->start_entry + rswitch->used_entries - 1; in rvu_switch_disable()235 rvu_mbox_handler_npc_delete_flow(rvu, &uninstall_req, &rsp); in rvu_switch_disable()
Completed in 3 milliseconds