sriov_set_vf_spoofchk 6814 drivers/net/ethernet/sfc/ef10.c 	.sriov_set_vf_spoofchk = efx_ef10_sriov_set_vf_spoofchk,
sriov_set_vf_spoofchk 1400 drivers/net/ethernet/sfc/net_driver.h 	int (*sriov_set_vf_spoofchk)(struct efx_nic *efx, int vf_i,
sriov_set_vf_spoofchk 1056 drivers/net/ethernet/sfc/siena.c 	.sriov_set_vf_spoofchk = efx_siena_sriov_set_vf_spoofchk,
sriov_set_vf_spoofchk   45 drivers/net/ethernet/sfc/sriov.c 	if (efx->type->sriov_set_vf_spoofchk)
sriov_set_vf_spoofchk   46 drivers/net/ethernet/sfc/sriov.c 		return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk);