Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.h465 ice_remove_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list);
476 ice_remove_mac_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list);
H A Dice_switch.c5149 ice_add_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list, in ice_add_vlan_rule() argument
5156 LIST_FOR_EACH_ENTRY(v_list_itr, v_list, ice_fltr_list_entry, in ice_add_vlan_rule()
5178 if (!v_list || !hw) in ice_add_vlan()
5181 return ice_add_vlan_rule(hw, v_list, hw->switch_info); in ice_add_vlan()
5608 ice_remove_vlan_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list, in ice_remove_vlan_rule() argument
5613 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry, in ice_remove_vlan_rule()
5634 ice_remove_vlan(struct ice_hw *hw, struct LIST_HEAD_TYPE *v_list) in ice_remove_vlan() argument
5638 if (!v_list || !hw) in ice_remove_vlan()
5642 return ice_remove_vlan_rule(hw, v_list, recp_list); in ice_remove_vlan()
5658 LIST_FOR_EACH_ENTRY_SAFE(v_list_itr, tmp, v_list, ice_fltr_list_entry, in ice_remove_mac_vlan_rule()
[all …]
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h221 struct i40e_aqc_add_remove_vlan_element_data *v_list,
224 struct i40e_aqc_add_remove_vlan_element_data *v_list,
H A Di40e_common.c3457 struct i40e_aqc_add_remove_vlan_element_data *v_list, in i40e_aq_add_vlan() argument
3466 if (count == 0 || !v_list || !hw) in i40e_aq_add_vlan()
3469 buf_size = count * sizeof(*v_list); in i40e_aq_add_vlan()
3482 status = i40e_asq_send_command(hw, &desc, v_list, buf_size, in i40e_aq_add_vlan()
3497 struct i40e_aqc_add_remove_vlan_element_data *v_list, in i40e_aq_remove_vlan() argument
3506 if (count == 0 || !v_list || !hw) in i40e_aq_remove_vlan()
3509 buf_size = count * sizeof(*v_list); in i40e_aq_remove_vlan()
3522 status = i40e_asq_send_command(hw, &desc, v_list, buf_size, in i40e_aq_remove_vlan()