Searched refs:v_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_switch.c | 1940 enum ice_status ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument 1944 if (!v_list || !hw) in ice_add_vlan() 1947 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan() 2222 ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument 2226 if (!v_list || !hw) in ice_remove_vlan() 2229 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan() 2380 struct list_head *v_list) in ice_remove_promisc() argument 2384 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_promisc()
|
| D | ice_switch.h | 233 enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
|
| /Linux-v5.15/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 4510 v_list = v_str.strip().split(" ") 4511 if v_list[0] == "PostgreSQL" and v_list[2] == "on": 4512 return v_list[1]
|