• Home
  • Raw
  • Download

Lines Matching refs:efx_channel

196 static void efx_remove_channel(struct efx_channel *channel);
200 static void efx_init_napi_channel(struct efx_channel *channel);
202 static void efx_fini_napi_channel(struct efx_channel *channel);
238 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel()
264 static inline void efx_channel_processed(struct efx_channel *channel) in efx_channel_processed()
282 struct efx_channel *channel = in efx_poll()
283 container_of(napi, struct efx_channel, napi_str); in efx_poll()
338 void efx_process_channel_now(struct efx_channel *channel) in efx_process_channel_now()
376 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
394 static void efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
405 static void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
423 static void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
432 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
440 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
455 static struct efx_channel *
456 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
458 struct efx_channel *channel; in efx_alloc_channel()
489 static struct efx_channel *
490 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel()
492 struct efx_channel *channel; in efx_copy_channel()
523 static int efx_probe_channel(struct efx_channel *channel) in efx_probe_channel()
562 efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) in efx_get_channel_name()
582 struct efx_channel *channel; in efx_set_channel_names()
592 struct efx_channel *channel; in efx_probe_channels()
630 struct efx_channel *channel; in efx_start_datapath()
704 struct efx_channel *channel; in efx_stop_datapath()
752 static void efx_remove_channel(struct efx_channel *channel) in efx_remove_channel()
770 struct efx_channel *channel; in efx_remove_channels()
779 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
892 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int()
897 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void()
1426 struct efx_channel *channel; in efx_start_interrupts()
1445 struct efx_channel *channel; in efx_stop_interrupts()
1470 struct efx_channel *channel; in efx_remove_interrupts()
1484 struct efx_channel *channel; in efx_set_channels()
1715 struct efx_channel *channel; in efx_init_irq_moderation()
1835 static void efx_init_napi_channel(struct efx_channel *channel) in efx_init_napi_channel()
1846 struct efx_channel *channel; in efx_init_napi()
1852 static void efx_fini_napi_channel(struct efx_channel *channel) in efx_fini_napi_channel()
1861 struct efx_channel *channel; in efx_fini_napi()
1882 struct efx_channel *channel; in efx_netpoll()
2147 struct efx_channel *channel; in efx_register_netdev()
2212 struct efx_channel *channel; in efx_unregister_netdev()