Searched defs:iavf_tx_queue (Results 1 – 1 of 1) sorted by relevance
211 struct iavf_tx_queue { struct212 const struct rte_memzone *mz; /* memzone for Tx ring */216 uint16_t nb_tx_desc; /* ring length */220 uint16_t nb_used;221 uint16_t nb_free;223 uint16_t free_thresh;224 uint16_t rs_thresh;226 uint16_t port_id;227 uint16_t queue_id;228 uint64_t offloads;[all …]