Lines Matching defs:tmp
2777 struct ice_fltr_list_entry *em_list_itr, *tmp;
2779 LIST_FOR_EACH_ENTRY_SAFE(em_list_itr, tmp, em_list, ice_fltr_list_entry,
2901 struct ice_fltr_mgmt_list_entry *tmp;
2903 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, rule_head,
3070 struct ice_fltr_list_entry *list_itr, *tmp;
3077 LIST_FOR_EACH_ENTRY_SAFE(list_itr, tmp, m_list, ice_fltr_list_entry,
3137 struct ice_fltr_list_entry *v_list_itr, *tmp;
3139 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry,
3205 struct ice_fltr_list_entry *tmp;
3210 tmp = (struct ice_fltr_list_entry *)ice_malloc(hw, sizeof(*tmp));
3211 if (!tmp)
3214 tmp->fltr_info = *fi;
3221 tmp->fltr_info.fltr_act = ICE_FWD_TO_VSI;
3222 tmp->fltr_info.vsi_handle = vsi_handle;
3223 tmp->fltr_info.fwd_id.hw_vsi_id = ice_get_hw_vsi_num(hw, vsi_handle);
3225 LIST_ADD(&tmp->list_entry, vsi_list_head);
3408 struct ice_fltr_list_entry *v_list_itr, *tmp;
3412 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry,
3437 struct ice_fltr_list_entry *fm_entry, *tmp;
3494 LIST_FOR_EACH_ENTRY_SAFE(fm_entry, tmp, &remove_list_head,
3690 struct ice_fltr_list_entry *list_itr, *tmp;
3730 LIST_FOR_EACH_ENTRY_SAFE(list_itr, tmp, &vsi_list_head,
3774 struct ice_fltr_list_entry *tmp;
3815 LIST_FOR_EACH_ENTRY_SAFE(fm_entry, tmp, &remove_list_head,