Home
last modified time | relevance | path

Searched refs:rte_eth_tx_buffer_flush (Results 1 – 12 of 12) sorted by relevance

/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c256 sent = rte_eth_tx_buffer_flush(port, in main()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c76 sent = rte_eth_tx_buffer_flush(port_id, 0, buf); in l2fwd_poll_main_loop()
/dpdk/examples/server_node_efd/node/
H A Dnode.c377 sent = rte_eth_tx_buffer_flush( in main()
/dpdk/examples/qos_meter/
H A Dmain.c185 rte_eth_tx_buffer_flush(port_tx, NIC_TX_QUEUE, tx_buffer); in main_loop()
/dpdk/examples/l3fwd-power/
H A Dmain.c980 rte_eth_tx_buffer_flush(portid, in main_intr_loop()
1139 rte_eth_tx_buffer_flush(portid, in main_telemetry_loop()
1253 rte_eth_tx_buffer_flush(portid, in main_empty_poll_loop()
1371 rte_eth_tx_buffer_flush(portid, in main_legacy_loop()
/dpdk/examples/link_status_interrupt/
H A Dmain.c248 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in lsi_main_loop()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c253 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
/dpdk/examples/l2fwd/
H A Dmain.c254 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c464 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_flush_job()
/dpdk/lib/ethdev/
H A Drte_ethdev.h6092 rte_eth_tx_buffer_flush(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_buffer_flush() function
6152 return rte_eth_tx_buffer_flush(port_id, queue_id, buffer); in rte_eth_tx_buffer()
/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c644 nb_tx += rte_eth_tx_buffer_flush(i, q, in txa_service_func()
/dpdk/examples/l3fwd-acl/
H A Dmain.c1474 rte_eth_tx_buffer_flush(portid, in main_loop()