Searched refs:f_flush (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port.h | 226 rte_port_out_op_flush f_flush; /**< Flush */ member
|
| 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 | 321 .f_flush = rte_port_ring_writer_ras_flush, 330 .f_flush = rte_port_ring_writer_ras_flush,
|
| H A D | rte_port_kni.c | 505 .f_flush = rte_port_kni_writer_flush, 514 .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 | 292 .f_flush = rte_port_sched_writer_flush,
|
| H A D | rte_port_source_sink.c | 617 .f_flush = rte_port_sink_flush,
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table_ports.c | 134 rte_port_ring_writer_ops.f_flush(port); in test_port_ring_writer()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | liolib.c | 475 static int f_flush (lua_State *L) { in f_flush() function 498 {"flush", f_flush},
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.c | 1466 if (port->ops.f_flush != NULL) in rte_pipeline_flush() 1467 port->ops.f_flush(port->h_port); in rte_pipeline_flush()
|