Home
last modified time | relevance | path

Searched refs:sriov_init (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c989 if (efx->type->sriov_init) { in efx_pci_probe_post_io()
990 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
H A Dnet_driver.h1413 int (*sriov_init)(struct efx_nic *efx); member
H A Dsiena.c1073 .sriov_init = efx_siena_sriov_init,
/linux/drivers/net/ethernet/sfc/
H A Defx.c1094 if (efx->type->sriov_init) { in efx_pci_probe_post_io()
1095 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
H A Dnet_driver.h1531 int (*sriov_init)(struct efx_nic *efx); member
H A Def10.c4296 .sriov_init = efx_ef10_sriov_init,