Searched refs:tx_mz (Results 1 – 2 of 2) sorted by relevance
1318 const struct rte_memzone *tx_mz; in hns3_alloc_txq_and_dma_zone() local1336 tx_mz = rte_eth_dma_zone_reserve(dev, q_info->ring_name, q_info->idx, in hns3_alloc_txq_and_dma_zone()1339 if (tx_mz == NULL) { in hns3_alloc_txq_and_dma_zone()1345 txq->mz = tx_mz; in hns3_alloc_txq_and_dma_zone()1346 txq->tx_ring = (struct hns3_desc *)tx_mz->addr; in hns3_alloc_txq_and_dma_zone()1347 txq->tx_ring_phys_addr = tx_mz->iova; in hns3_alloc_txq_and_dma_zone()
2808 const struct rte_memzone *tx_mz; in tx_ring_desc_display() local2812 tx_mz = ring_dma_zone_lookup("tx_ring", port_id, txq_id); in tx_ring_desc_display()2813 if (tx_mz == NULL) in tx_ring_desc_display()2815 ring_tx_descriptor_display(tx_mz, txd_id); in tx_ring_desc_display()