Home
last modified time | relevance | path

Searched refs:tx_mz (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1435 const struct rte_memzone *tx_mz; in hns3_alloc_txq_and_dma_zone() local
1453 tx_mz = rte_eth_dma_zone_reserve(dev, q_info->ring_name, q_info->idx, in hns3_alloc_txq_and_dma_zone()
1456 if (tx_mz == NULL) { in hns3_alloc_txq_and_dma_zone()
1462 txq->mz = tx_mz; in hns3_alloc_txq_and_dma_zone()
1463 txq->tx_ring = (struct hns3_desc *)tx_mz->addr; in hns3_alloc_txq_and_dma_zone()
1464 txq->tx_ring_phys_addr = tx_mz->iova; in hns3_alloc_txq_and_dma_zone()
/dpdk/app/test-pmd/
H A Dconfig.c3576 const struct rte_memzone *tx_mz; in tx_ring_desc_display() local
3580 tx_mz = ring_dma_zone_lookup("tx_ring", port_id, txq_id); in tx_ring_desc_display()
3581 if (tx_mz == NULL) in tx_ring_desc_display()
3583 ring_tx_descriptor_display(tx_mz, txd_id); in tx_ring_desc_display()