Searched refs:sriov_set_vf_mac (Results 1 – 5 of 5) 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()
1418 int (*sriov_set_vf_mac)(struct efx_nic *efx, int vf_i, const u8 *mac); member
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()
1524 int (*sriov_set_vf_mac)(struct efx_nic *efx, int vf_i, const u8 *mac); member
4272 .sriov_set_vf_mac = efx_ef10_sriov_set_vf_mac,