Home
last modified time | relevance | path

Searched refs:rte_port_out_ops (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/lib/librte_port/
H A Drte_port_ring.h53 extern struct rte_port_out_ops rte_port_ring_writer_ops;
69 extern struct rte_port_out_ops rte_port_ring_writer_nodrop_ops;
81 extern struct rte_port_out_ops rte_port_ring_multi_writer_ops;
88 extern struct rte_port_out_ops rte_port_ring_multi_writer_nodrop_ops;
H A Drte_port_ras.h52 extern struct rte_port_out_ops rte_port_ring_writer_ipv4_ras_ops;
55 extern struct rte_port_out_ops rte_port_ring_writer_ipv6_ras_ops;
H A Drte_port_kni.h47 extern struct rte_port_out_ops rte_port_kni_writer_ops;
60 extern struct rte_port_out_ops rte_port_kni_writer_nodrop_ops;
H A Drte_port_fd.h53 extern struct rte_port_out_ops rte_port_fd_writer_ops;
70 extern struct rte_port_out_ops rte_port_fd_writer_nodrop_ops;
H A Drte_port_ethdev.h51 extern struct rte_port_out_ops rte_port_ethdev_writer_ops;
70 extern struct rte_port_out_ops rte_port_ethdev_writer_nodrop_ops;
H A Drte_port_eventdev.h62 extern struct rte_port_out_ops rte_port_eventdev_writer_ops;
89 extern struct rte_port_out_ops rte_port_eventdev_writer_nodrop_ops;
H A Drte_port_sym_crypto.h66 extern struct rte_port_out_ops rte_port_sym_crypto_writer_ops;
87 extern struct rte_port_out_ops rte_port_sym_crypto_writer_nodrop_ops;
H A Drte_port_sched.h47 extern struct rte_port_out_ops rte_port_sched_writer_ops;
H A Drte_port_source_sink.h52 extern struct rte_port_out_ops rte_port_sink_ops;
H A Drte_port.h221 struct rte_port_out_ops { struct
H A Drte_port_ring.c746 struct rte_port_out_ops rte_port_ring_writer_ops = {
755 struct rte_port_out_ops rte_port_ring_writer_nodrop_ops = {
771 struct rte_port_out_ops rte_port_ring_multi_writer_ops = {
780 struct rte_port_out_ops rte_port_ring_multi_writer_nodrop_ops = {
H A Drte_port_ras.c316 struct rte_port_out_ops rte_port_ring_writer_ipv4_ras_ops = {
325 struct rte_port_out_ops rte_port_ring_writer_ipv6_ras_ops = {
H A Drte_port_kni.c500 struct rte_port_out_ops rte_port_kni_writer_ops = {
509 struct rte_port_out_ops rte_port_kni_writer_nodrop_ops = {
H A Drte_port_fd.c502 struct rte_port_out_ops rte_port_fd_writer_ops = {
511 struct rte_port_out_ops rte_port_fd_writer_nodrop_ops = {
H A Drte_port_ethdev.c508 struct rte_port_out_ops rte_port_ethdev_writer_ops = {
517 struct rte_port_out_ops rte_port_ethdev_writer_nodrop_ops = {
H A Drte_port_sym_crypto.c536 struct rte_port_out_ops rte_port_sym_crypto_writer_ops = {
545 struct rte_port_out_ops rte_port_sym_crypto_writer_nodrop_ops = {
H A Drte_port_eventdev.c568 struct rte_port_out_ops rte_port_eventdev_writer_ops = {
577 struct rte_port_out_ops rte_port_eventdev_writer_nodrop_ops = {
H A Drte_port_sched.c287 struct rte_port_out_ops rte_port_sched_writer_ops = {
H A Drte_port_source_sink.c612 struct rte_port_out_ops rte_port_sink_ops = {
/f-stack/dpdk/app/test/
H A Dtest_table.h154 struct rte_port_out_ops ops;
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.h706 struct rte_port_out_ops *ops;
H A Drte_pipeline.c70 struct rte_port_out_ops ops;
885 memcpy(&port->ops, params->ops, sizeof(struct rte_port_out_ops)); in rte_pipeline_port_out_create()