Searched refs:ef4_for_each_channel (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 555 ef4_for_each_channel(channel, efx) in ef4_set_channel_names() 667 ef4_for_each_channel(channel, efx) { in ef4_start_datapath() 699 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 704 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 734 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 762 ef4_for_each_channel(channel, efx) in ef4_remove_channels() 781 ef4_for_each_channel(channel, efx) { in ef4_realloc_channels() 1480 ef4_for_each_channel(channel, efx) { in ef4_soft_enable_interrupts() 1492 ef4_for_each_channel(channel, efx) { in ef4_soft_enable_interrupts() 1516 ef4_for_each_channel(channel, efx) { in ef4_soft_disable_interrupts() [all …]
|
D | selftest.c | 185 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 201 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 220 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 779 ef4_for_each_channel(channel, efx) in ef4_selftest_async_start() 796 ef4_for_each_channel(channel, efx) { in ef4_selftest_async_work()
|
D | ethtool.c | 315 ef4_for_each_channel(channel, efx) { in ef4_ethtool_fill_self_tests() 364 ef4_for_each_channel(channel, efx) { in ef4_describe_per_queue_stats() 377 ef4_for_each_channel(channel, efx) { in ef4_describe_per_queue_stats() 458 ef4_for_each_channel(channel, efx) in ef4_ethtool_get_stats() 464 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 477 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 486 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 636 ef4_for_each_channel(channel, efx) in ef4_ethtool_set_coalesce()
|
D | nic.c | 110 ef4_for_each_channel(channel, efx) { in ef4_nic_init_interrupt() 140 ef4_for_each_channel(channel, efx) { in ef4_nic_init_interrupt() 160 ef4_for_each_channel(channel, efx) in ef4_nic_fini_interrupt()
|
D | farch.c | 624 ef4_for_each_channel(channel, efx) { in ef4_check_tx_flush_complete() 669 ef4_for_each_channel(channel, efx) { in ef4_farch_do_flush() 684 ef4_for_each_channel(channel, efx) { in ef4_farch_do_flush() 736 ef4_for_each_channel(channel, efx) { in ef4_farch_fini_dmaq() 1542 ef4_for_each_channel(channel, efx) { in ef4_farch_legacy_interrupt() 1562 ef4_for_each_channel(channel, efx) { in ef4_farch_legacy_interrupt()
|
D | tx.c | 458 ef4_for_each_channel(channel, efx) { in ef4_setup_tc()
|
D | net_driver.h | 1177 #define ef4_for_each_channel(_channel, _efx) \ macro
|