Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h80 struct port_in_runtime { struct
1400 struct port_in_runtime *in;
1500 struct port_in_runtime *port = &p->in[p->port_id]; in __instr_rx_exec()
H A Drte_swx_pipeline.c344 p->in = calloc(p->n_ports_in, sizeof(struct port_in_runtime)); in port_in_build()
348 struct port_in_runtime *in = &p->in[port->id]; in port_in_build()