Lines Matching defs:channel
67 fill_level = efx_channel_tx_old_fill_level(txq1->channel);
87 efx_for_each_channel_tx_queue(txq2, txq1->channel)
90 fill_level = efx_channel_tx_old_fill_level(txq1->channel);
271 * are empty, including all queues for the channel. This also ensures that
278 struct efx_channel *channel = tx_queue->channel;
283 EFX_WARN_ON_ONCE_PARANOID(!channel->efx->type->option_descriptors);
285 efx_for_each_channel_tx_queue(tx_queue, channel)
293 /* Send any pending traffic for a channel. xmit_more is shared across all
294 * queues for a channel, so we must check all of them.
296 static void efx_tx_send_pending(struct efx_channel *channel)
300 efx_for_each_channel_tx_queue(q, channel) {
388 efx_tx_send_pending(tx_queue->channel);
410 efx_tx_send_pending(tx_queue->channel);
506 /* Initiate a packet transmission. We use one channel per CPU
527 /* There may be existing transmits on the channel that are
601 tx_queue->channel->channel);