Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1227 const struct rte_memzone *rx_mz; in hns3_alloc_rxq_and_dma_zone() local
1249 rx_mz = rte_eth_dma_zone_reserve(dev, q_info->ring_name, q_info->idx, in hns3_alloc_rxq_and_dma_zone()
1252 if (rx_mz == NULL) { in hns3_alloc_rxq_and_dma_zone()
1258 rxq->mz = rx_mz; in hns3_alloc_rxq_and_dma_zone()
1259 rxq->rx_ring = (struct hns3_desc *)rx_mz->addr; in hns3_alloc_rxq_and_dma_zone()
1260 rxq->rx_ring_phys_addr = rx_mz->iova; in hns3_alloc_rxq_and_dma_zone()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2795 const struct rte_memzone *rx_mz; in rx_ring_desc_display() local
2799 rx_mz = ring_dma_zone_lookup("rx_ring", port_id, rxq_id); in rx_ring_desc_display()
2800 if (rx_mz == NULL) in rx_ring_desc_display()
2802 ring_rx_descriptor_display(rx_mz, port_id, rxd_id); in rx_ring_desc_display()