Searched refs:efx_get_channel (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 291 efx_get_channel(efx, i)->irq = in efx_probe_interrupts() 307 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; in efx_probe_interrupts() 340 efx_get_channel(efx, j)->type = in efx_probe_interrupts() 342 if (efx_channel_has_tx_queues(efx_get_channel(efx, j))) in efx_probe_interrupts()
|
H A D | selftest.c | 624 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
|
H A D | net_driver.h | 1537 efx_get_channel(struct efx_nic *efx, unsigned index) in efx_get_channel() function
|
H A D | rx_common.c | 862 struct efx_channel *channel = efx_get_channel(efx, req->rxq_index); in efx_filter_rfs_work()
|
H A D | ethtool_common.c | 306 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 292 efx_get_channel(efx, i)->irq = in efx_siena_probe_interrupts() 308 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; in efx_siena_probe_interrupts() 341 efx_get_channel(efx, j)->type = in efx_siena_probe_interrupts() 343 if (efx_channel_has_tx_queues(efx_get_channel(efx, j))) in efx_siena_probe_interrupts()
|
H A D | selftest.c | 629 efx_get_channel(efx, efx->tx_channel_offset); in efx_test_loopbacks()
|
H A D | net_driver.h | 1490 efx_get_channel(struct efx_nic *efx, unsigned index) in efx_get_channel() function
|
H A D | rx_common.c | 867 struct efx_channel *channel = efx_get_channel(efx, req->rxq_index); in efx_filter_rfs_work()
|
H A D | ethtool_common.c | 257 efx_get_channel(efx, efx->tx_channel_offset); in efx_fill_loopback_test()
|
H A D | farch.c | 1115 channel = efx_get_channel(efx, qid); in efx_farch_handle_rx_flush_done()
|