Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1060 struct rte_eth_txconf { struct
1061 struct rte_eth_thresh tx_thresh; /**< TX ring threshold registers. */
1062 uint16_t tx_rs_thresh; /**< Drives the setting of RS bit on TXDs. */
1063 uint16_t tx_free_thresh; /**< Start freeing TX buffers if there are
1066 uint8_t tx_deferred_start; /**< Do not start queue with rte_eth_dev_start(). */
1072 uint64_t offloads;
1074 uint64_t reserved_64s[2]; /**< Reserved for future fields */
1075 void *reserved_ptrs[2]; /**< Reserved for future fields */