Lines Matching refs:tx_queue
422 struct efx_tx_queue *tx_queue; in efx_alloc_channel() local
434 tx_queue = &channel->tx_queue[j]; in efx_alloc_channel()
435 tx_queue->efx = efx; in efx_alloc_channel()
436 tx_queue->queue = i * EFX_TXQ_TYPES + j; in efx_alloc_channel()
437 tx_queue->channel = channel; in efx_alloc_channel()
456 struct efx_tx_queue *tx_queue; in efx_copy_channel() local
469 tx_queue = &channel->tx_queue[j]; in efx_copy_channel()
470 if (tx_queue->channel) in efx_copy_channel()
471 tx_queue->channel = channel; in efx_copy_channel()
472 tx_queue->buffer = NULL; in efx_copy_channel()
473 memset(&tx_queue->txd, 0, sizeof(tx_queue->txd)); in efx_copy_channel()
487 struct efx_tx_queue *tx_queue; in efx_probe_channel() local
502 efx_for_each_channel_tx_queue(tx_queue, channel) { in efx_probe_channel()
503 rc = efx_probe_tx_queue(tx_queue); in efx_probe_channel()
588 struct efx_tx_queue *tx_queue; in efx_start_datapath() local
647 efx_for_each_channel_tx_queue(tx_queue, channel) { in efx_start_datapath()
648 efx_init_tx_queue(tx_queue); in efx_start_datapath()
672 struct efx_tx_queue *tx_queue; in efx_stop_datapath() local
720 efx_for_each_possible_channel_tx_queue(tx_queue, channel) in efx_stop_datapath()
721 efx_fini_tx_queue(tx_queue); in efx_stop_datapath()
727 struct efx_tx_queue *tx_queue; in efx_remove_channel() local
735 efx_for_each_possible_channel_tx_queue(tx_queue, channel) in efx_remove_channel()
736 efx_remove_tx_queue(tx_queue); in efx_remove_channel()
766 struct efx_tx_queue *tx_queue; in efx_realloc_channels() local
777 efx_for_each_channel_tx_queue(tx_queue, channel) in efx_realloc_channels()
779 tx_queue->txd.index + in efx_realloc_channels()
780 tx_queue->txd.entries); in efx_realloc_channels()
1573 struct efx_tx_queue *tx_queue; in efx_set_channels() local
1588 efx_for_each_channel_tx_queue(tx_queue, channel) in efx_set_channels()
1589 tx_queue->queue -= (efx->tx_channel_offset * in efx_set_channels()
2332 struct efx_tx_queue *tx_queue; in efx_register_netdev() local
2333 efx_for_each_channel_tx_queue(tx_queue, channel) in efx_register_netdev()
2334 efx_init_tx_queue_core_txq(tx_queue); in efx_register_netdev()