Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_switch.c1916 enum ice_status ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument
1920 if (!v_list || !hw) in ice_add_vlan()
1923 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan()
2198 ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument
2202 if (!v_list || !hw) in ice_remove_vlan()
2205 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan()
2356 struct list_head *v_list) in ice_remove_promisc() argument
2360 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_promisc()
Dice_switch.h229 enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py4509 v_list = v_str.strip().split(" ")
4510 if v_list[0] == "PostgreSQL" and v_list[2] == "on":
4511 return v_list[1]