Searched refs:sriov_init (Results 1 – 5 of 5) sorted by relevance
989 if (efx->type->sriov_init) { in efx_pci_probe_post_io()990 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
1413 int (*sriov_init)(struct efx_nic *efx); member
1090 if (efx->type->sriov_init) { in efx_pci_probe_post_io()1091 rc = efx->type->sriov_init(efx); in efx_pci_probe_post_io()
1521 int (*sriov_init)(struct efx_nic *efx); member
4269 .sriov_init = efx_ef10_sriov_init,