Lines Matching refs:efx_channel
27 int efx_probe_eventq(struct efx_channel *channel);
28 int efx_init_eventq(struct efx_channel *channel);
29 void efx_start_eventq(struct efx_channel *channel);
30 void efx_stop_eventq(struct efx_channel *channel);
31 void efx_fini_eventq(struct efx_channel *channel);
32 void efx_remove_eventq(struct efx_channel *channel);
35 void efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len);
40 bool efx_default_channel_want_txqs(struct efx_channel *channel);
41 void efx_remove_channel(struct efx_channel *channel);
44 struct efx_channel *efx_copy_channel(const struct efx_channel *old_channel);
48 void efx_init_napi_channel(struct efx_channel *channel);
50 void efx_fini_napi_channel(struct efx_channel *channel);
53 int efx_channel_dummy_op_int(struct efx_channel *channel);
54 void efx_channel_dummy_op_void(struct efx_channel *channel);