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 D | client.c | 256 sent = rte_eth_tx_buffer_flush(port, in main()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_poll.c | 76 sent = rte_eth_tx_buffer_flush(port_id, 0, buf); in l2fwd_poll_main_loop()
|
| /dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 377 sent = rte_eth_tx_buffer_flush( in main()
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 185 rte_eth_tx_buffer_flush(port_tx, NIC_TX_QUEUE, tx_buffer); in main_loop()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 980 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 D | main.c | 248 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in lsi_main_loop()
|
| /dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 253 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 254 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_main_loop()
|
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 464 sent = rte_eth_tx_buffer_flush(portid, 0, buffer); in l2fwd_flush_job()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 6092 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 D | rte_event_eth_tx_adapter.c | 644 nb_tx += rte_eth_tx_buffer_flush(i, q, in txa_service_func()
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 1474 rte_eth_tx_buffer_flush(portid, in main_loop()
|