Searched refs:h_port (Results 1 – 2 of 2) sorted by relevance
59 void *h_port; member75 void *h_port; member811 void *h_port; in rte_pipeline_port_in_create() local825 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() local875 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 …]
150 void *h_port; member155 void *h_port; member