Home
last modified time | relevance | path

Searched refs:I40E_VF_STATE_MC_PROMISC (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h39 I40E_VF_STATE_MC_PROMISC, enumerator
Di40e_virtchnl_pf.c1066 clear_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states); in i40e_free_vf_res()
2266 if (!test_and_set_bit(I40E_VF_STATE_MC_PROMISC, in i40e_vc_config_promiscuous_mode_msg()
2271 } else if (test_and_clear_bit(I40E_VF_STATE_MC_PROMISC, in i40e_vc_config_promiscuous_mode_msg()
3115 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_vc_add_vlan_msg()
3177 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_vc_remove_vlan_msg()
4472 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_ndo_set_vf_port_vlan()