Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1318 const struct rte_memzone *tx_mz; in hns3_alloc_txq_and_dma_zone() local
1336 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()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2808 const struct rte_memzone *tx_mz; in tx_ring_desc_display() local
2812 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()