Searched refs:i40e_rm_vlan_all_mac (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 1133 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid);
|
H A D | i40e_virtchnl_pf.c | 4395 i40e_rm_vlan_all_mac(vsi, (le16_to_cpu(vsi->info.pvid) & in i40e_ndo_set_vf_port_vlan() 4430 i40e_rm_vlan_all_mac(vsi, I40E_VLAN_ANY); in i40e_ndo_set_vf_port_vlan()
|
H A D | i40e_main.c | 2975 * i40e_rm_vlan_all_mac - Remove MAC/VLAN pair for all MAC with the given VLAN 2987 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid) in i40e_rm_vlan_all_mac() function 3010 i40e_rm_vlan_all_mac(vsi, vid); in i40e_vsi_kill_vlan()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 1250 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid);
|
H A D | i40e_virtchnl_pf.c | 4569 i40e_rm_vlan_all_mac(vsi, (le16_to_cpu(vsi->info.pvid) & in i40e_ndo_set_vf_port_vlan() 4604 i40e_rm_vlan_all_mac(vsi, I40E_VLAN_ANY); in i40e_ndo_set_vf_port_vlan()
|
H A D | i40e_main.c | 3137 * i40e_rm_vlan_all_mac - Remove MAC/VLAN pair for all MAC with the given VLAN 3149 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid) in i40e_rm_vlan_all_mac() function 3172 i40e_rm_vlan_all_mac(vsi, vid); in i40e_vsi_kill_vlan()
|
Completed in 53 milliseconds