Lines Matching refs:tx_rings
321 struct iavf_ring *tx_ring = &adapter->tx_rings[t_idx]; in iavf_map_vector_to_txq()
550 adapter->tx_rings[i].tail = hw->hw_addr + IAVF_QTX_TAIL1(i); in iavf_configure_tx()
1070 kfree(adapter->tx_rings); in iavf_free_queues()
1071 adapter->tx_rings = NULL; in iavf_free_queues()
1104 adapter->tx_rings = kcalloc(num_active_queues, in iavf_alloc_queues()
1106 if (!adapter->tx_rings) in iavf_alloc_queues()
1117 tx_ring = &adapter->tx_rings[i]; in iavf_alloc_queues()
2394 if (!adapter->tx_rings) in iavf_free_all_tx_resources()
2398 if (adapter->tx_rings[i].desc) in iavf_free_all_tx_resources()
2399 iavf_free_tx_resources(&adapter->tx_rings[i]); in iavf_free_all_tx_resources()
2417 adapter->tx_rings[i].count = adapter->tx_desc_count; in iavf_setup_all_tx_resources()
2418 err = iavf_setup_tx_descriptors(&adapter->tx_rings[i]); in iavf_setup_all_tx_resources()