Lines Matching defs:hn_tx_queue
53 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;
65 uint32_t agg_szmax;
66 uint32_t agg_pktmax;
67 uint32_t agg_align;
70 struct hn_txdesc *agg_txd;
71 uint32_t agg_pktleft;
72 uint32_t agg_szleft;
73 struct rndis_packet_msg *agg_prevpkt;
75 struct hn_stats stats;