Lines Matching refs:efx_channel

202 static void efx_remove_channel(struct efx_channel *channel);
206 static void efx_init_napi_channel(struct efx_channel *channel);
208 static void efx_fini_napi_channel(struct efx_channel *channel);
244 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel()
270 struct efx_channel *channel = in efx_poll()
271 container_of(napi, struct efx_channel, napi_str); in efx_poll()
326 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
344 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
364 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
379 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
390 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
402 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
417 static struct efx_channel *
418 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
420 struct efx_channel *channel; in efx_alloc_channel()
451 static struct efx_channel *
452 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel()
454 struct efx_channel *channel; in efx_copy_channel()
485 static int efx_probe_channel(struct efx_channel *channel) in efx_probe_channel()
522 efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) in efx_get_channel_name()
542 struct efx_channel *channel; in efx_set_channel_names()
552 struct efx_channel *channel; in efx_probe_channels()
590 struct efx_channel *channel; in efx_start_datapath()
671 struct efx_channel *channel; in efx_stop_datapath()
725 static void efx_remove_channel(struct efx_channel *channel) in efx_remove_channel()
743 struct efx_channel *channel; in efx_remove_channels()
752 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
872 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int()
877 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void()
1439 struct efx_channel *channel, *end_channel; in efx_soft_enable_interrupts()
1474 struct efx_channel *channel; in efx_soft_disable_interrupts()
1502 struct efx_channel *channel, *end_channel; in efx_enable_interrupts()
1544 struct efx_channel *channel; in efx_disable_interrupts()
1558 struct efx_channel *channel; in efx_remove_interrupts()
1572 struct efx_channel *channel; in efx_set_channels()
1843 struct efx_channel *channel; in efx_init_irq_moderation()
1965 static void efx_init_napi_channel(struct efx_channel *channel) in efx_init_napi_channel()
1978 struct efx_channel *channel; in efx_init_napi()
1984 static void efx_fini_napi_channel(struct efx_channel *channel) in efx_fini_napi_channel()
1995 struct efx_channel *channel; in efx_fini_napi()
2016 struct efx_channel *channel; in efx_netpoll()
2027 struct efx_channel *channel = in efx_busy_poll()
2028 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()
2290 struct efx_channel *channel; in efx_register_netdev()
2778 struct efx_channel *channel; in efx_update_sw_stats()