Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/
Defx_channels.c291 efx_get_channel(efx, i)->irq = in efx_probe_interrupts()
306 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; in efx_probe_interrupts()
338 efx_get_channel(efx, j)->type = in efx_probe_interrupts()
340 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.h1564 efx_get_channel(struct efx_nic *efx, unsigned index) in efx_get_channel() function
Drx_common.c857 struct efx_channel *channel = efx_get_channel(efx, req->rxq_index); in efx_filter_rfs_work()
Dethtool_common.c314 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Defx_channels.c292 efx_get_channel(efx, i)->irq = in efx_siena_probe_interrupts()
307 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; in efx_siena_probe_interrupts()
339 efx_get_channel(efx, j)->type = in efx_siena_probe_interrupts()
341 if (efx_channel_has_tx_queues(efx_get_channel(efx, j))) in efx_siena_probe_interrupts()
Dselftest.c617 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
Dnet_driver.h1490 efx_get_channel(struct efx_nic *efx, unsigned index) in efx_get_channel() function
Drx_common.c867 struct efx_channel *channel = efx_get_channel(efx, req->rxq_index); in efx_filter_rfs_work()
Dethtool_common.c257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
Dfarch.c1115 channel = efx_get_channel(efx, qid); in efx_farch_handle_rx_flush_done()