Lines Matching refs:efx_channel

204 static void efx_remove_channel(struct efx_channel *channel);
208 static void efx_init_napi_channel(struct efx_channel *channel);
210 static void efx_fini_napi_channel(struct efx_channel *channel);
246 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel()
286 struct efx_channel *channel = in efx_poll()
287 container_of(napi, struct efx_channel, napi_str); in efx_poll()
342 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
360 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
380 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
395 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
406 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
418 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
433 static struct efx_channel *
434 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
436 struct efx_channel *channel; in efx_alloc_channel()
467 static struct efx_channel *
468 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel()
470 struct efx_channel *channel; in efx_copy_channel()
501 static int efx_probe_channel(struct efx_channel *channel) in efx_probe_channel()
538 efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) in efx_get_channel_name()
558 struct efx_channel *channel; in efx_set_channel_names()
568 struct efx_channel *channel; in efx_probe_channels()
606 struct efx_channel *channel; in efx_start_datapath()
687 struct efx_channel *channel; in efx_stop_datapath()
741 static void efx_remove_channel(struct efx_channel *channel) in efx_remove_channel()
759 struct efx_channel *channel; in efx_remove_channels()
768 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
888 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int()
893 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void()
1491 struct efx_channel *channel, *end_channel; in efx_soft_enable_interrupts()
1526 struct efx_channel *channel; in efx_soft_disable_interrupts()
1554 struct efx_channel *channel, *end_channel; in efx_enable_interrupts()
1596 struct efx_channel *channel; in efx_disable_interrupts()
1610 struct efx_channel *channel; in efx_remove_interrupts()
1624 struct efx_channel *channel; in efx_set_channels()
1933 struct efx_channel *channel; in efx_init_irq_moderation()
2055 static void efx_init_napi_channel(struct efx_channel *channel) in efx_init_napi_channel()
2068 struct efx_channel *channel; in efx_init_napi()
2074 static void efx_fini_napi_channel(struct efx_channel *channel) in efx_fini_napi_channel()
2085 struct efx_channel *channel; in efx_fini_napi()
2106 struct efx_channel *channel; in efx_netpoll()
2117 struct efx_channel *channel = in efx_busy_poll()
2118 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()
2390 struct efx_channel *channel; in efx_register_netdev()
2906 struct efx_channel *channel; in efx_update_sw_stats()