Searched refs:ef4_for_each_channel (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 546 ef4_for_each_channel(channel, efx) in ef4_set_channel_names() 658 ef4_for_each_channel(channel, efx) { in ef4_start_datapath() 690 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 695 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 725 ef4_for_each_channel(channel, efx) { in ef4_stop_datapath() 753 ef4_for_each_channel(channel, efx) in ef4_remove_channels() 772 ef4_for_each_channel(channel, efx) { in ef4_realloc_channels() 1467 ef4_for_each_channel(channel, efx) { in ef4_soft_enable_interrupts() 1479 ef4_for_each_channel(channel, efx) { in ef4_soft_enable_interrupts() 1503 ef4_for_each_channel(channel, efx) { in ef4_soft_disable_interrupts() [all …]
|
D | selftest.c | 187 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 203 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 222 ef4_for_each_channel(channel, efx) { in ef4_test_eventq_irq() 788 ef4_for_each_channel(channel, efx) in ef4_selftest_async_start() 805 ef4_for_each_channel(channel, efx) { in ef4_selftest_async_work()
|
D | ethtool.c | 312 ef4_for_each_channel(channel, efx) { in ef4_ethtool_fill_self_tests() 361 ef4_for_each_channel(channel, efx) { in ef4_describe_per_queue_stats() 374 ef4_for_each_channel(channel, efx) { in ef4_describe_per_queue_stats() 455 ef4_for_each_channel(channel, efx) in ef4_ethtool_get_stats() 461 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 474 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 483 ef4_for_each_channel(channel, efx) { in ef4_ethtool_get_stats() 634 ef4_for_each_channel(channel, efx) in ef4_ethtool_set_coalesce()
|
D | nic.c | 107 ef4_for_each_channel(channel, efx) { in ef4_nic_init_interrupt() 137 ef4_for_each_channel(channel, efx) { in ef4_nic_init_interrupt() 157 ef4_for_each_channel(channel, efx) in ef4_nic_fini_interrupt()
|
D | farch.c | 621 ef4_for_each_channel(channel, efx) { in ef4_check_tx_flush_complete() 666 ef4_for_each_channel(channel, efx) { in ef4_farch_do_flush() 681 ef4_for_each_channel(channel, efx) { in ef4_farch_do_flush() 733 ef4_for_each_channel(channel, efx) { in ef4_farch_fini_dmaq() 1538 ef4_for_each_channel(channel, efx) { in ef4_farch_legacy_interrupt() 1558 ef4_for_each_channel(channel, efx) { in ef4_farch_legacy_interrupt()
|
D | tx.c | 456 ef4_for_each_channel(channel, efx) { in ef4_setup_tc()
|
D | net_driver.h | 1174 #define ef4_for_each_channel(_channel, _efx) \ macro
|