Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_frag.h63 extern struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops;
66 extern struct rte_port_in_ops rte_port_ring_reader_ipv6_frag_ops;
H A Drte_port_ring.h40 extern struct rte_port_in_ops rte_port_ring_reader_ops;
75 extern struct rte_port_in_ops rte_port_ring_multi_reader_ops;
H A Drte_port_sched.h34 extern struct rte_port_in_ops rte_port_sched_reader_ops;
H A Drte_port_source_sink.h38 extern struct rte_port_in_ops rte_port_source_ops;
H A Drte_port_kni.h35 extern struct rte_port_in_ops rte_port_kni_reader_ops;
H A Drte_port_fd.h39 extern struct rte_port_in_ops rte_port_fd_reader_ops;
H A Drte_port_ethdev.h35 extern struct rte_port_in_ops rte_port_ethdev_reader_ops;
H A Drte_port_eventdev.h38 extern struct rte_port_in_ops rte_port_eventdev_reader_ops;
H A Drte_port_sym_crypto.h47 extern struct rte_port_in_ops rte_port_sym_crypto_reader_ops;
H A Drte_port_frag.c265 struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops = {
272 struct rte_port_in_ops rte_port_ring_reader_ipv6_frag_ops = {
H A Drte_port.h119 struct rte_port_in_ops { struct
H A Drte_port_sched.c280 struct rte_port_in_ops rte_port_sched_reader_ops = {
H A Drte_port_ring.c739 struct rte_port_in_ops rte_port_ring_reader_ops = {
764 struct rte_port_in_ops rte_port_ring_multi_reader_ops = {
H A Drte_port_kni.c493 struct rte_port_in_ops rte_port_kni_reader_ops = {
H A Drte_port_fd.c495 struct rte_port_in_ops rte_port_fd_reader_ops = {
H A Drte_port_ethdev.c501 struct rte_port_in_ops rte_port_ethdev_reader_ops = {
H A Drte_port_sym_crypto.c529 struct rte_port_in_ops rte_port_sym_crypto_reader_ops = {
H A Drte_port_source_sink.c605 struct rte_port_in_ops rte_port_source_ops = {
H A Drte_port_eventdev.c561 struct rte_port_in_ops rte_port_eventdev_reader_ops = {
/f-stack/dpdk/app/test/
H A Dtest_table.h147 struct rte_port_in_ops ops;
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.h570 struct rte_port_in_ops *ops;
H A Drte_pipeline.c50 struct rte_port_in_ops ops;
835 memcpy(&port->ops, params->ops, sizeof(struct rte_port_in_ops)); in rte_pipeline_port_in_create()