Searched refs:cur_fltr (Results 1 – 1 of 1) sorted by relevance
957 struct ice_fltr_info *cur_fltr, in ice_handle_vsi_list_mgmt() argument963 if ((cur_fltr->fltr_act == ICE_FWD_TO_Q || in ice_handle_vsi_list_mgmt()964 cur_fltr->fltr_act == ICE_FWD_TO_QGRP)) in ice_handle_vsi_list_mgmt()969 (cur_fltr->fltr_act == ICE_FWD_TO_VSI || in ice_handle_vsi_list_mgmt()970 cur_fltr->fltr_act == ICE_FWD_TO_VSI_LIST)) in ice_handle_vsi_list_mgmt()982 if (cur_fltr->fwd_id.vsi_id == new_fltr->fwd_id.vsi_id) in ice_handle_vsi_list_mgmt()985 vsi_id_arr[0] = cur_fltr->fwd_id.vsi_id; in ice_handle_vsi_list_mgmt()993 fltr_rule = cur_fltr->fltr_rule_id; in ice_handle_vsi_list_mgmt()1002 cur_fltr->fwd_id.vsi_list_id = vsi_list_id; in ice_handle_vsi_list_mgmt()1003 cur_fltr->fltr_act = ICE_FWD_TO_VSI_LIST; in ice_handle_vsi_list_mgmt()[all …]