Home
last modified time | relevance | path

Searched refs:xentries (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_channels.c249 struct msix_entry xentries[EFX_MAX_CHANNELS]; in efx_probe_interrupts() local
257 xentries[i].entry = i; in efx_probe_interrupts()
258 rc = pci_enable_msix_range(efx->pci_dev, xentries, 1, in efx_probe_interrupts()
281 xentries[i].vector; in efx_probe_interrupts()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Defx.c1375 struct msix_entry xentries[EF4_MAX_CHANNELS]; in ef4_probe_interrupts() local
1385 xentries[i].entry = i; in ef4_probe_interrupts()
1387 xentries, 1, n_channels); in ef4_probe_interrupts()
1420 xentries[i].vector; in ef4_probe_interrupts()