Searched refs:f_flush (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/port/ |
| H A D | rte_port_ring.c | 751 .f_flush = rte_port_ring_writer_flush, 760 .f_flush = rte_port_ring_writer_nodrop_flush, 776 .f_flush = rte_port_ring_multi_writer_flush, 785 .f_flush = rte_port_ring_multi_writer_nodrop_flush,
|
| H A D | rte_port_ras.c | 320 .f_flush = rte_port_ring_writer_ras_flush, 329 .f_flush = rte_port_ring_writer_ras_flush,
|
| H A D | rte_port.h | 226 rte_port_out_op_flush f_flush; /**< Flush */ member
|
| H A D | rte_port_kni.c | 504 .f_flush = rte_port_kni_writer_flush, 513 .f_flush = rte_port_kni_writer_nodrop_flush,
|
| H A D | rte_port_fd.c | 507 .f_flush = rte_port_fd_writer_flush, 516 .f_flush = rte_port_fd_writer_nodrop_flush,
|
| H A D | rte_port_ethdev.c | 513 .f_flush = rte_port_ethdev_writer_flush, 522 .f_flush = rte_port_ethdev_writer_nodrop_flush,
|
| H A D | rte_port_sym_crypto.c | 541 .f_flush = rte_port_sym_crypto_writer_flush, 550 .f_flush = rte_port_sym_crypto_writer_nodrop_flush,
|
| H A D | rte_port_eventdev.c | 573 .f_flush = rte_port_eventdev_writer_flush, 582 .f_flush = rte_port_eventdev_writer_nodrop_flush,
|
| H A D | rte_port_sched.c | 291 .f_flush = rte_port_sched_writer_flush,
|
| H A D | rte_port_source_sink.c | 609 .f_flush = rte_port_sink_flush,
|
| /dpdk/app/test/ |
| H A D | test_table_ports.c | 136 rte_port_ring_writer_ops.f_flush(port); in test_port_ring_writer()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_pipeline.c | 1462 if (port->ops.f_flush != NULL) in rte_pipeline_flush() 1463 port->ops.f_flush(port->h_port); in rte_pipeline_flush()
|