Lines Matching defs:channel
54 bool efx_siena_event_present(struct efx_channel *channel)
56 return efx_event_present(efx_event(channel, channel->eventq_read_ptr));
59 void efx_siena_event_test_start(struct efx_channel *channel)
61 channel->event_test_cpu = -1;
63 channel->efx->type->ev_test_generate(channel);
78 struct efx_channel *channel;
109 efx_for_each_channel(channel, efx) {
110 rc = request_irq(channel->irq, efx->type->irq_handle_msi,
112 efx->msi_context[channel->channel].name,
113 &efx->msi_context[channel->channel]);
116 "failed to hook IRQ %d\n", channel->irq);
123 channel->channel < efx->n_rx_channels) {
125 channel->irq);
140 efx_for_each_channel(channel, efx) {
143 free_irq(channel->irq, &efx->msi_context[channel->channel]);
151 struct efx_channel *channel;
162 efx_for_each_channel(channel, efx)
163 free_irq(channel->irq,
164 &efx->msi_context[channel->channel]);