Lines Matching refs:v_list
2673 * @v_list: list of VLAN entries and forwarding information
2677 ice_add_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list,
2684 LIST_FOR_EACH_ENTRY(v_list_itr, v_list, ice_fltr_list_entry,
2700 * @v_list: list of VLAN and forwarding information
2704 int ice_add_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list)
2706 if (!v_list || !hw)
2709 return ice_add_vlan_rule(hw, v_list, hw->switch_info);
3130 * @v_list: list of VLAN entries and forwarding information
3134 ice_remove_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list,
3139 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry,
3156 * @v_list: list of VLAN and forwarding information
3160 ice_remove_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list)
3164 if (!v_list || !hw)
3168 return ice_remove_vlan_rule(hw, v_list, recp_list);
3402 * @v_list: list of promisc entries
3406 struct LIST_HEAD_TYPE *v_list)
3412 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry,