Searched refs:h_port (Results 1 – 2 of 2) sorted by relevance
55 void *h_port; member71 void *h_port; member807 void *h_port; in rte_pipeline_port_in_create() local821 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() local871 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 …]
150 void *h_port; member155 void *h_port; member