Home
last modified time | relevance | path

Searched defs:hn_tx_queue (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/netvsc/
H A Dhn_var.h53 struct hn_tx_queue { struct
54 struct hn_data *hv;
55 struct vmbus_channel *chan;
56 uint16_t port_id;
57 uint16_t queue_id;
58 uint32_t free_thresh;
59 struct rte_mempool *txdesc_pool;
60 const struct rte_memzone *tx_rndis_mz;
61 void *tx_rndis;
62 rte_iova_t tx_rndis_iova;
[all …]