Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Diov.c739 static int sriov_init(struct pci_dev *dev, int pos) in sriov_init() function
905 return sriov_init(dev, pos); in pci_iov_init()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c975 if (efx->type->sriov_init) { in efx_pci_probe_post_io()
976 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
H A Dnet_driver.h1433 int (*sriov_init)(struct efx_nic *efx); member
H A Dsiena.c1073 .sriov_init = efx_siena_sriov_init,
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx.c994 if (efx->type->sriov_init) { in efx_pci_probe_post_io()
995 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
H A Dnet_driver.h1482 int (*sriov_init)(struct efx_nic *efx); member
H A Def10.c4267 .sriov_init = efx_ef10_sriov_init,