Lines Matching refs:tx_rings
331 struct iavf_ring *tx_ring = &adapter->tx_rings[t_idx]; in iavf_map_vector_to_txq()
560 adapter->tx_rings[i].tail = hw->hw_addr + IAVF_QTX_TAIL1(i); in iavf_configure_tx()
1081 kfree(adapter->tx_rings); in iavf_free_queues()
1082 adapter->tx_rings = NULL; in iavf_free_queues()
1115 adapter->tx_rings = kcalloc(num_active_queues, in iavf_alloc_queues()
1117 if (!adapter->tx_rings) in iavf_alloc_queues()
1128 tx_ring = &adapter->tx_rings[i]; in iavf_alloc_queues()
2392 if (!adapter->tx_rings) in iavf_free_all_tx_resources()
2396 if (adapter->tx_rings[i].desc) in iavf_free_all_tx_resources()
2397 iavf_free_tx_resources(&adapter->tx_rings[i]); in iavf_free_all_tx_resources()
2415 adapter->tx_rings[i].count = adapter->tx_desc_count; in iavf_setup_all_tx_resources()
2416 err = iavf_setup_tx_descriptors(&adapter->tx_rings[i]); in iavf_setup_all_tx_resources()