Searched refs:sriov_set_vf_spoofchk (Results 1 – 4 of 4) sorted by relevance
51 if (efx->type->sriov_set_vf_spoofchk) in efx_sriov_set_vf_spoofchk()52 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
1421 int (*sriov_set_vf_spoofchk)(struct efx_nic *efx, int vf_i, member
45 if (efx->type->sriov_set_vf_spoofchk) in efx_sriov_set_vf_spoofchk()46 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
4272 .sriov_set_vf_spoofchk = efx_ef10_sriov_set_vf_spoofchk,