Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Diov.c379 static int sriov_init(struct pci_dev *dev, int pos) in sriov_init() function
542 return sriov_init(dev, pos); in pci_iov_init()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h1330 int (*sriov_init)(struct efx_nic *efx); member
Dsiena.c1012 .sriov_init = efx_siena_sriov_init,
Defx.c3159 if (efx->type->sriov_init) { in efx_pci_probe()
3160 rc = efx->type->sriov_init(efx); in efx_pci_probe()
Def10.c4853 .sriov_init = efx_ef10_sriov_init,