Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_poll.c75 sent = rte_eth_tx_buffer_flush(port_id, 0, buf); in l2fwd_poll_main_loop()
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c257 sent = rte_eth_tx_buffer_flush(port, in main()
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c371 sent = rte_eth_tx_buffer_flush( in main()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c186 rte_eth_tx_buffer_flush(port_tx, NIC_TX_QUEUE, tx_buffer); in main_loop()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c967 rte_eth_tx_buffer_flush(portid, in main_intr_loop()
1125 rte_eth_tx_buffer_flush(portid, in main_telemetry_loop()
1239 rte_eth_tx_buffer_flush(portid, in main_empty_poll_loop()
1357 rte_eth_tx_buffer_flush(portid, in main_legacy_loop()
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c243 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in lsi_main_loop()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c253 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h5284 rte_eth_tx_buffer_flush(uint16_t port_id, uint16_t queue_id, in rte_eth_tx_buffer_flush() function
5344 return rte_eth_tx_buffer_flush(port_id, queue_id, buffer); in rte_eth_tx_buffer()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c248 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c455 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_flush_job()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c599 nb_tx += rte_eth_tx_buffer_flush(i, q, in txa_service_func()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_event.rst620 sent = rte_eth_tx_buffer_flush(portid, 0,
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c1462 rte_eth_tx_buffer_flush(portid, in main_loop()