Searched refs:sriov_set_vf_mac (Results 1 – 3 of 3) sorted by relevance
19 if (efx->type->sriov_set_vf_mac) in efx_sriov_set_vf_mac()20 return efx->type->sriov_set_vf_mac(efx, vf_i, mac); in efx_sriov_set_vf_mac()
15 if (efx->type->sriov_set_vf_mac) in efx_sriov_set_vf_mac()16 return efx->type->sriov_set_vf_mac(efx, vf_i, mac); in efx_sriov_set_vf_mac()
4270 .sriov_set_vf_mac = efx_ef10_sriov_set_vf_mac,