Home
last modified time | relevance | path

Searched refs:sriov_set_vf_spoofchk (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dsriov.c48 if (efx->type->sriov_set_vf_spoofchk) in efx_sriov_set_vf_spoofchk()
49 return efx->type->sriov_set_vf_spoofchk(efx, vf_i, spoofchk); in efx_sriov_set_vf_spoofchk()
Dnet_driver.h1403 int (*sriov_set_vf_spoofchk)(struct efx_nic *efx, int vf_i, member
Dsiena.c1059 .sriov_set_vf_spoofchk = efx_siena_sriov_set_vf_spoofchk,
Def10.c6787 .sriov_set_vf_spoofchk = efx_ef10_sriov_set_vf_spoofchk,