Searched refs:v_list (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_switch.c | 2673 * @v_list: list of VLAN entries and forwarding information in ice_add_vlan_rule() 2677 ice_add_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list, 2684 LIST_FOR_EACH_ENTRY(v_list_itr, v_list, ice_fltr_list_entry, 2700 * @v_list: list of VLAN and forwarding information 2704 int ice_add_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list) 2706 if (!v_list || !hw) in ice_add_eth_mac_rule() 2709 return ice_add_vlan_rule(hw, v_list, hw->switch_info); in ice_add_eth_mac_rule() 3130 * @v_list: list of VLAN entries and forwarding information in ice_remove_vlan_rule() 3134 ice_remove_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list, 3139 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entr 2658 ice_add_vlan_rule(struct ice_hw * hw,struct LIST_HEAD_TYPE * v_list,struct ice_switch_info * sw) ice_add_vlan_rule() argument 2685 ice_add_vlan(struct ice_hw * hw,struct LIST_HEAD_TYPE * v_list) ice_add_vlan() argument 3114 ice_remove_vlan_rule(struct ice_hw * hw,struct LIST_HEAD_TYPE * v_list,struct ice_sw_recipe * recp_list) ice_remove_vlan_rule() argument 3140 ice_remove_vlan(struct ice_hw * hw,struct LIST_HEAD_TYPE * v_list) ice_remove_vlan() argument 3379 ice_remove_promisc(struct ice_hw * hw,u8 recp_id,struct LIST_HEAD_TYPE * v_list) ice_remove_promisc() argument [all...] |
H A D | ice_switch.h | 524 int ice_remove_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list);
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_prototype.h | 231 struct i40e_aqc_add_remove_vlan_element_data *v_list, 234 struct i40e_aqc_add_remove_vlan_element_data *v_list,
|
H A D | i40e_common.c | 3298 struct i40e_aqc_add_remove_vlan_element_data *v_list, in i40e_aq_add_vlan() argument 3307 if (count == 0 || !v_list || !hw) in i40e_aq_add_vlan() 3310 buf_size = count * sizeof(*v_list); in i40e_aq_add_vlan() 3323 status = i40e_asq_send_command(hw, &desc, v_list, buf_size, in i40e_aq_add_vlan() 3338 struct i40e_aqc_add_remove_vlan_element_data *v_list, in i40e_aq_remove_vlan() argument 3347 if (count == 0 || !v_list || !hw) in i40e_aq_remove_vlan() 3350 buf_size = count * sizeof(*v_list); in i40e_aq_remove_vlan() 3363 status = i40e_asq_send_command(hw, &desc, v_list, buf_size, in i40e_aq_remove_vlan()
|