Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_switch.h350 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
Dice_switch.c3731 int ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument
3735 if (!v_list || !hw) in ice_add_vlan()
3738 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan()
4030 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument
4034 if (!v_list || !hw) in ice_remove_vlan()
4037 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan()
4187 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) in ice_remove_promisc() argument
4191 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_promisc()
/linux-5.19.10/tools/perf/scripts/python/
Dexported-sql-viewer.py4510 v_list = v_str.strip().split(" ")
4511 if v_list[0] == "PostgreSQL" and v_list[2] == "on":
4512 return v_list[1]