Home
last modified time | relevance | path

Searched refs:efx_get_channel (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_channels.c280 efx_get_channel(efx, i)->irq = in efx_probe_interrupts()
294 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; in efx_probe_interrupts()
325 efx_get_channel(efx, j)->type = in efx_probe_interrupts()
327 if (efx_channel_has_tx_queues(efx_get_channel(efx, j))) in efx_probe_interrupts()
Dselftest.c617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dnet_driver.h1483 efx_get_channel(struct efx_nic *efx, unsigned index) in efx_get_channel() function
Drx_common.c874 struct efx_channel *channel = efx_get_channel(efx, req->rxq_index); in efx_filter_rfs_work()
Dethtool_common.c305 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
Dfarch.c1113 channel = efx_get_channel(efx, qid); in efx_farch_handle_rx_flush_done()