Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c283 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()
H A Dhn_var.h62 const struct rte_memzone *tx_rndis_mz; member