Home
last modified time | relevance | path

Searched refs:v_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.h157 enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
Dice_switch.c1308 ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument
1312 if (!v_list || !hw) in ice_add_vlan()
1315 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan()
1735 ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument
1740 if (!v_list || !hw) in ice_remove_vlan()
1743 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_remove_vlan()