Searched refs:v_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_switch.h | 227 enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
|
| D | ice_switch.c | 1955 ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument 1959 if (!v_list || !hw) in ice_add_vlan() 1962 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan() 2237 ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument 2241 if (!v_list || !hw) in ice_remove_vlan() 2244 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan() 2396 struct list_head *v_list) in ice_remove_promisc() argument 2400 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_promisc()
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 3103 v_list = v_str.strip().split(" ") 3104 if v_list[0] == "PostgreSQL" and v_list[2] == "on": 3105 return v_list[1]
|