Home
last modified time | relevance | path

Searched refs:h_port (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_pipeline.c55 void *h_port; member
71 void *h_port; member
807 void *h_port; in rte_pipeline_port_in_create() local
821 if (h_port == NULL) { in rte_pipeline_port_in_create()
838 port->h_port = h_port; in rte_pipeline_port_in_create()
848 port->ops.f_free(port->h_port); in rte_pipeline_port_in_free()
857 void *h_port; in rte_pipeline_port_out_create() local
871 if (h_port == NULL) { in rte_pipeline_port_out_create()
886 port->h_port = h_port; in rte_pipeline_port_out_create()
895 port->ops.f_free(port->h_port); in rte_pipeline_port_out_free()
[all …]
/dpdk/app/test/
H A Dtest_table.h150 void *h_port; member
155 void *h_port; member