Searched refs:xentries (Results 1 – 1 of 1) sorted by relevance
1229 efx_init_rx_cpu_rmap(struct efx_nic *efx, struct msix_entry *xentries) in efx_init_rx_cpu_rmap() argument1240 xentries[i].vector); in efx_init_rx_cpu_rmap()1267 struct msix_entry xentries[EFX_MAX_CHANNELS]; in efx_probe_interrupts() local1277 xentries[i].entry = i; in efx_probe_interrupts()1278 rc = pci_enable_msix(efx->pci_dev, xentries, n_channels); in efx_probe_interrupts()1287 rc = pci_enable_msix(efx->pci_dev, xentries, in efx_probe_interrupts()1304 rc = efx_init_rx_cpu_rmap(efx, xentries); in efx_probe_interrupts()1311 xentries[i].vector; in efx_probe_interrupts()