Searched refs:tx_rndis_mz (Results 1 – 2 of 2) sorted by relevance
283 txq->tx_rndis_mz = rte_memzone_reserve_aligned(name, in hn_dev_tx_queue_setup()286 if (!txq->tx_rndis_mz) { in hn_dev_tx_queue_setup()290 txq->tx_rndis = txq->tx_rndis_mz->addr; in hn_dev_tx_queue_setup()291 txq->tx_rndis_iova = txq->tx_rndis_mz->iova; in hn_dev_tx_queue_setup()320 rte_memzone_free(txq->tx_rndis_mz); in hn_dev_tx_queue_setup()371 rte_memzone_free(txq->tx_rndis_mz); in hn_dev_tx_queue_release()
62 const struct rte_memzone *tx_rndis_mz; member