Lines Matching refs:efx_channel

219 static void efx_remove_channel(struct efx_channel *channel);
223 static void efx_init_napi_channel(struct efx_channel *channel);
225 static void efx_fini_napi_channel(struct efx_channel *channel);
261 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel()
309 static void efx_update_irq_mod(struct efx_nic *efx, struct efx_channel *channel) in efx_update_irq_mod()
332 struct efx_channel *channel = in efx_poll()
333 container_of(napi, struct efx_channel, napi_str); in efx_poll()
372 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
390 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
410 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
424 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
433 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
445 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
460 static struct efx_channel *
461 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
463 struct efx_channel *channel; in efx_alloc_channel()
497 static struct efx_channel *
498 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel()
500 struct efx_channel *channel; in efx_copy_channel()
536 static int efx_probe_channel(struct efx_channel *channel) in efx_probe_channel()
575 efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) in efx_get_channel_name()
595 struct efx_channel *channel; in efx_set_channel_names()
605 struct efx_channel *channel; in efx_probe_channels()
644 struct efx_channel *channel; in efx_start_datapath()
734 struct efx_channel *channel; in efx_stop_datapath()
779 static void efx_remove_channel(struct efx_channel *channel) in efx_remove_channel()
797 struct efx_channel *channel; in efx_remove_channels()
806 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
918 static bool efx_default_channel_want_txqs(struct efx_channel *channel) in efx_default_channel_want_txqs()
934 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int()
939 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void()
1565 struct efx_channel *channel; in efx_set_interrupt_affinity()
1577 struct efx_channel *channel; in efx_clear_interrupt_affinity()
1596 struct efx_channel *channel, *end_channel; in efx_soft_enable_interrupts()
1631 struct efx_channel *channel; in efx_soft_disable_interrupts()
1659 struct efx_channel *channel, *end_channel; in efx_enable_interrupts()
1701 struct efx_channel *channel; in efx_disable_interrupts()
1715 struct efx_channel *channel; in efx_remove_interrupts()
1729 struct efx_channel *channel; in efx_set_channels()
1835 struct efx_channel *channel; in efx_probe_filters()
1873 struct efx_channel *channel; in efx_remove_filters()
2061 struct efx_channel *channel; in efx_init_irq_moderation()
2103 struct efx_channel *tx_channel; in efx_get_irq_moderation()
2173 static void efx_init_napi_channel(struct efx_channel *channel) in efx_init_napi_channel()
2184 struct efx_channel *channel; in efx_init_napi()
2190 static void efx_fini_napi_channel(struct efx_channel *channel) in efx_fini_napi_channel()
2200 struct efx_channel *channel; in efx_fini_napi()
2550 struct efx_channel *channel; in efx_register_netdev()
3104 struct efx_channel *channel; in efx_update_sw_stats()