Searched refs:desc_ring_mz (Results 1 – 4 of 4) sorted by relevance
235 if (droq->desc_ring_mz) { in sdp_delete_oqs()236 sdp_dmazone_free(droq->desc_ring_mz); in sdp_delete_oqs()237 droq->desc_ring_mz = NULL; in sdp_delete_oqs()324 droq->desc_ring_mz = rte_memzone_reserve_aligned("sdp_oqmz", in sdp_init_droq()330 if (droq->desc_ring_mz == NULL) { in sdp_init_droq()335 droq->desc_ring_dma = droq->desc_ring_mz->iova; in sdp_init_droq()336 droq->desc_ring = (struct sdp_droq_desc *)droq->desc_ring_mz->addr; in sdp_init_droq()
376 const struct rte_memzone *desc_ring_mz; member
127 lio_dma_zone_free(lio_dev, droq->desc_ring_mz); in lio_delete_droq()184 droq->desc_ring_mz = rte_eth_dma_zone_reserve(lio_dev->eth_dev, in lio_init_droq()190 if (droq->desc_ring_mz == NULL) { in lio_init_droq()196 droq->desc_ring_dma = droq->desc_ring_mz->iova; in lio_init_droq()197 droq->desc_ring = (struct lio_droq_desc *)droq->desc_ring_mz->addr; in lio_init_droq()
150 const struct rte_memzone *desc_ring_mz; member