Lines Matching refs:ef4_channel
199 static void ef4_remove_channel(struct ef4_channel *channel);
203 static void ef4_init_napi_channel(struct ef4_channel *channel);
205 static void ef4_fini_napi_channel(struct ef4_channel *channel);
241 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel()
279 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
302 struct ef4_channel *channel = in ef4_poll()
303 container_of(napi, struct ef4_channel, napi_str); in ef4_poll()
339 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq()
357 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq()
377 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq()
391 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq()
400 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq()
412 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq()
427 static struct ef4_channel *
428 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel()
430 struct ef4_channel *channel; in ef4_alloc_channel()
460 static struct ef4_channel *
461 ef4_copy_channel(const struct ef4_channel *old_channel) in ef4_copy_channel()
463 struct ef4_channel *channel; in ef4_copy_channel()
496 static int ef4_probe_channel(struct ef4_channel *channel) in ef4_probe_channel()
533 ef4_get_channel_name(struct ef4_channel *channel, char *buf, size_t len) in ef4_get_channel_name()
553 struct ef4_channel *channel; in ef4_set_channel_names()
563 struct ef4_channel *channel; in ef4_probe_channels()
602 struct ef4_channel *channel; in ef4_start_datapath()
690 struct ef4_channel *channel; in ef4_stop_datapath()
742 static void ef4_remove_channel(struct ef4_channel *channel) in ef4_remove_channel()
760 struct ef4_channel *channel; in ef4_remove_channels()
769 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel; in ef4_realloc_channels()
889 int ef4_channel_dummy_op_int(struct ef4_channel *channel) in ef4_channel_dummy_op_int()
894 void ef4_channel_dummy_op_void(struct ef4_channel *channel) in ef4_channel_dummy_op_void()
1472 struct ef4_channel *channel, *end_channel; in ef4_soft_enable_interrupts()
1505 struct ef4_channel *channel; in ef4_soft_disable_interrupts()
1528 struct ef4_channel *channel, *end_channel; in ef4_enable_interrupts()
1570 struct ef4_channel *channel; in ef4_disable_interrupts()
1584 struct ef4_channel *channel; in ef4_remove_interrupts()
1598 struct ef4_channel *channel; in ef4_set_channels()
1705 struct ef4_channel *channel; in ef4_probe_filters()
1743 struct ef4_channel *channel; in ef4_remove_filters()
1915 struct ef4_channel *channel; in ef4_init_irq_moderation()
1957 struct ef4_channel *tx_channel; in ef4_get_irq_moderation()
2022 static void ef4_init_napi_channel(struct ef4_channel *channel) in ef4_init_napi_channel()
2033 struct ef4_channel *channel; in ef4_init_napi()
2039 static void ef4_fini_napi_channel(struct ef4_channel *channel) in ef4_fini_napi_channel()
2049 struct ef4_channel *channel; in ef4_fini_napi()
2270 struct ef4_channel *channel; in ef4_register_netdev()
2717 struct ef4_channel *channel; in ef4_update_sw_stats()