Lines Matching refs:efx_channel
222 static void efx_remove_channel(struct efx_channel *channel);
226 static void efx_init_napi_channel(struct efx_channel *channel);
228 static void efx_fini_napi_channel(struct efx_channel *channel);
264 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel()
312 static void efx_update_irq_mod(struct efx_nic *efx, struct efx_channel *channel) in efx_update_irq_mod()
335 struct efx_channel *channel = in efx_poll()
336 container_of(napi, struct efx_channel, napi_str); in efx_poll()
375 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
393 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
413 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
427 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
436 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
448 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
463 static struct efx_channel *
464 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
466 struct efx_channel *channel; in efx_alloc_channel()
500 static struct efx_channel *
501 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel()
503 struct efx_channel *channel; in efx_copy_channel()
539 static int efx_probe_channel(struct efx_channel *channel) in efx_probe_channel()
578 efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) in efx_get_channel_name()
598 struct efx_channel *channel; in efx_set_channel_names()
608 struct efx_channel *channel; in efx_probe_channels()
647 struct efx_channel *channel; in efx_start_datapath()
737 struct efx_channel *channel; in efx_stop_datapath()
782 static void efx_remove_channel(struct efx_channel *channel) in efx_remove_channel()
800 struct efx_channel *channel; in efx_remove_channels()
809 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
921 static bool efx_default_channel_want_txqs(struct efx_channel *channel) in efx_default_channel_want_txqs()
937 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int()
942 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void()
1568 struct efx_channel *channel; in efx_set_interrupt_affinity()
1580 struct efx_channel *channel; in efx_clear_interrupt_affinity()
1599 struct efx_channel *channel, *end_channel; in efx_soft_enable_interrupts()
1634 struct efx_channel *channel; in efx_soft_disable_interrupts()
1662 struct efx_channel *channel, *end_channel; in efx_enable_interrupts()
1704 struct efx_channel *channel; in efx_disable_interrupts()
1718 struct efx_channel *channel; in efx_remove_interrupts()
1732 struct efx_channel *channel; in efx_set_channels()
1838 struct efx_channel *channel; in efx_probe_filters()
1876 struct efx_channel *channel; in efx_remove_filters()
2064 struct efx_channel *channel; in efx_init_irq_moderation()
2106 struct efx_channel *tx_channel; in efx_get_irq_moderation()
2176 static void efx_init_napi_channel(struct efx_channel *channel) in efx_init_napi_channel()
2187 struct efx_channel *channel; in efx_init_napi()
2193 static void efx_fini_napi_channel(struct efx_channel *channel) in efx_fini_napi_channel()
2203 struct efx_channel *channel; in efx_fini_napi()
2553 struct efx_channel *channel; in efx_register_netdev()
3107 struct efx_channel *channel; in efx_update_sw_stats()