Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port.h221 struct rte_port_out_ops { struct
222 rte_port_out_op_create f_create; /**< Create */
223 rte_port_out_op_free f_free; /**< Free */
224 rte_port_out_op_tx f_tx; /**< Packet TX (single packet) */
225 rte_port_out_op_tx_bulk f_tx_bulk; /**< Packet TX (packet burst) */
226 rte_port_out_op_flush f_flush; /**< Flush */
227 rte_port_out_op_stats_read f_stats; /**< Stats */