Lines Matching refs:ef4_channel
196 static void ef4_remove_channel(struct ef4_channel *channel);
200 static void ef4_init_napi_channel(struct ef4_channel *channel);
202 static void ef4_fini_napi_channel(struct ef4_channel *channel);
238 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel()
276 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
299 struct ef4_channel *channel = in ef4_poll()
300 container_of(napi, struct ef4_channel, napi_str); in ef4_poll()
336 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq()
354 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq()
374 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq()
388 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq()
397 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq()
409 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq()
424 static struct ef4_channel *
425 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel()
427 struct ef4_channel *channel; in ef4_alloc_channel()
457 static struct ef4_channel *
458 ef4_copy_channel(const struct ef4_channel *old_channel) in ef4_copy_channel()
460 struct ef4_channel *channel; in ef4_copy_channel()
493 static int ef4_probe_channel(struct ef4_channel *channel) in ef4_probe_channel()
530 ef4_get_channel_name(struct ef4_channel *channel, char *buf, size_t len) in ef4_get_channel_name()
550 struct ef4_channel *channel; in ef4_set_channel_names()
560 struct ef4_channel *channel; in ef4_probe_channels()
599 struct ef4_channel *channel; in ef4_start_datapath()
687 struct ef4_channel *channel; in ef4_stop_datapath()
739 static void ef4_remove_channel(struct ef4_channel *channel) in ef4_remove_channel()
757 struct ef4_channel *channel; in ef4_remove_channels()
766 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel; in ef4_realloc_channels()
886 int ef4_channel_dummy_op_int(struct ef4_channel *channel) in ef4_channel_dummy_op_int()
891 void ef4_channel_dummy_op_void(struct ef4_channel *channel) in ef4_channel_dummy_op_void()
1469 struct ef4_channel *channel, *end_channel; in ef4_soft_enable_interrupts()
1502 struct ef4_channel *channel; in ef4_soft_disable_interrupts()
1525 struct ef4_channel *channel, *end_channel; in ef4_enable_interrupts()
1567 struct ef4_channel *channel; in ef4_disable_interrupts()
1581 struct ef4_channel *channel; in ef4_remove_interrupts()
1595 struct ef4_channel *channel; in ef4_set_channels()
1702 struct ef4_channel *channel; in ef4_probe_filters()
1740 struct ef4_channel *channel; in ef4_remove_filters()
1912 struct ef4_channel *channel; in ef4_init_irq_moderation()
1954 struct ef4_channel *tx_channel; in ef4_get_irq_moderation()
2019 static void ef4_init_napi_channel(struct ef4_channel *channel) in ef4_init_napi_channel()
2030 struct ef4_channel *channel; in ef4_init_napi()
2036 static void ef4_fini_napi_channel(struct ef4_channel *channel) in ef4_fini_napi_channel()
2046 struct ef4_channel *channel; in ef4_fini_napi()
2267 struct ef4_channel *channel; in ef4_register_netdev()
2714 struct ef4_channel *channel; in ef4_update_sw_stats()