Home
last modified time | relevance | path

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

/linux-5.19.10/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()
2223 if (!test_and_set_bit(I40E_VF_STATE_MC_PROMISC, in i40e_vc_config_promiscuous_mode_msg()
2228 } else if (test_and_clear_bit(I40E_VF_STATE_MC_PROMISC, in i40e_vc_config_promiscuous_mode_msg()
3072 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_vc_add_vlan_msg()
3134 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_vc_remove_vlan_msg()
4428 if (test_bit(I40E_VF_STATE_MC_PROMISC, &vf->vf_states)) in i40e_ndo_set_vf_port_vlan()