Searched refs:v_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 1914 * @v_list: list of VLAN entries and forwarding information 1916 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() 2195 * @v_list: list of VLAN entries and forwarding information 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() 2352 * @v_list: list of promisc entries 2356 struct list_head *v_list) in ice_remove_promisc() 2355 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) ice_remove_promisc() argument [all...] |
H A D | ice_switch.h | 229 enum ice_status ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 371 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list);
|
H A D | ice_switch.c | 3679 * @v_list: list of VLAN entries and forwarding information 3681 int ice_add_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_add_vlan() argument 3685 if (!v_list || !hw) in ice_add_vlan() 3688 list_for_each_entry(v_list_itr, v_list, list_entry) { in ice_add_vlan() 3952 * @v_list: list of VLAN entries and forwarding information 3954 int ice_remove_vlan(struct ice_hw *hw, struct list_head *v_list) in ice_remove_vlan() argument 3958 if (!v_list || !hw) in ice_remove_vlan() 3961 list_for_each_entry_safe(v_list_itr, tmp, v_list, list_entry) { in ice_remove_vlan() 4093 * @v_list: list of promisc entries 4096 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) in ice_remove_promisc() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 4509 v_list = v_str.strip().split(" ") 4510 if v_list[0] == "PostgreSQL" and v_list[2] == "on": 4511 return v_list[1]
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A 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]
|
Completed in 21 milliseconds