Searched refs:sriov_set_vf_spoofchk (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | sriov.h | 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()
|
D | net_driver.h | 1441 int (*sriov_set_vf_spoofchk)(struct efx_nic *efx, int vf_i, member
|
D | siena.c | 1080 .sriov_set_vf_spoofchk = efx_siena_sriov_set_vf_spoofchk,
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | sriov.c | 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()
|
D | net_driver.h | 1515 int (*sriov_set_vf_spoofchk)(struct efx_nic *efx, int vf_i, member
|
D | ef10.c | 4242 .sriov_set_vf_spoofchk = efx_ef10_sriov_set_vf_spoofchk,
|