Lines Matching refs:ef4_channel

190 static void ef4_remove_channel(struct ef4_channel *channel);
194 static void ef4_init_napi_channel(struct ef4_channel *channel);
196 static void ef4_fini_napi_channel(struct ef4_channel *channel);
232 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel()
270 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
293 struct ef4_channel *channel = in ef4_poll()
294 container_of(napi, struct ef4_channel, napi_str); in ef4_poll()
330 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq()
348 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq()
368 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq()
382 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq()
391 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq()
403 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq()
418 static struct ef4_channel *
419 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel()
421 struct ef4_channel *channel; in ef4_alloc_channel()
451 static struct ef4_channel *
452 ef4_copy_channel(const struct ef4_channel *old_channel) in ef4_copy_channel()
454 struct ef4_channel *channel; in ef4_copy_channel()
487 static int ef4_probe_channel(struct ef4_channel *channel) in ef4_probe_channel()
524 ef4_get_channel_name(struct ef4_channel *channel, char *buf, size_t len) in ef4_get_channel_name()
544 struct ef4_channel *channel; in ef4_set_channel_names()
554 struct ef4_channel *channel; in ef4_probe_channels()
593 struct ef4_channel *channel; in ef4_start_datapath()
681 struct ef4_channel *channel; in ef4_stop_datapath()
733 static void ef4_remove_channel(struct ef4_channel *channel) in ef4_remove_channel()
751 struct ef4_channel *channel; in ef4_remove_channels()
760 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel; in ef4_realloc_channels()
876 int ef4_channel_dummy_op_int(struct ef4_channel *channel) in ef4_channel_dummy_op_int()
881 void ef4_channel_dummy_op_void(struct ef4_channel *channel) in ef4_channel_dummy_op_void()
1459 struct ef4_channel *channel, *end_channel; in ef4_soft_enable_interrupts()
1492 struct ef4_channel *channel; in ef4_soft_disable_interrupts()
1515 struct ef4_channel *channel, *end_channel; in ef4_enable_interrupts()
1557 struct ef4_channel *channel; in ef4_disable_interrupts()
1571 struct ef4_channel *channel; in ef4_remove_interrupts()
1585 struct ef4_channel *channel; in ef4_set_channels()
1692 struct ef4_channel *channel; in ef4_probe_filters()
1730 struct ef4_channel *channel; in ef4_remove_filters()
1902 struct ef4_channel *channel; in ef4_init_irq_moderation()
1944 struct ef4_channel *tx_channel; in ef4_get_irq_moderation()
2009 static void ef4_init_napi_channel(struct ef4_channel *channel) in ef4_init_napi_channel()
2019 struct ef4_channel *channel; in ef4_init_napi()
2025 static void ef4_fini_napi_channel(struct ef4_channel *channel) in ef4_fini_napi_channel()
2035 struct ef4_channel *channel; in ef4_fini_napi()
2256 struct ef4_channel *channel; in ef4_register_netdev()
2703 struct ef4_channel *channel; in ef4_update_sw_stats()