Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c59 void *h_port; member
75 void *h_port; member
811 void *h_port; in rte_pipeline_port_in_create() local
825 if (h_port == NULL) { in rte_pipeline_port_in_create()
842 port->h_port = h_port; in rte_pipeline_port_in_create()
852 port->ops.f_free(port->h_port); in rte_pipeline_port_in_free()
861 void *h_port; in rte_pipeline_port_out_create() local
875 if (h_port == NULL) { in rte_pipeline_port_out_create()
890 port->h_port = h_port; in rte_pipeline_port_out_create()
899 port->ops.f_free(port->h_port); in rte_pipeline_port_out_free()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_table.h150 void *h_port; member
155 void *h_port; member