Searched refs:sriov_init (Results 1 – 7 of 7) sorted by relevance
740 static int sriov_init(struct pci_dev *dev, int pos) in sriov_init() function906 return sriov_init(dev, pos); in pci_iov_init()
978 if (efx->type->sriov_init) { in efx_pci_probe_post_io()979 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
1433 int (*sriov_init)(struct efx_nic *efx); member
1073 .sriov_init = efx_siena_sriov_init,
996 if (efx->type->sriov_init) { in efx_pci_probe_post_io()997 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
1528 int (*sriov_init)(struct efx_nic *efx); member
4235 .sriov_init = efx_ef10_sriov_init,
Completed in 42 milliseconds