Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h105 struct port_out_runtime { struct
1401 struct port_out_runtime *out;
1603 struct port_out_runtime *port = &p->out[port_id]; in __instr_tx_exec()
1621 struct port_out_runtime *port = &p->out[port_id]; in __instr_tx_i_exec()
1641 struct port_out_runtime *port = &p->out[port_id]; in __instr_drop_exec()
H A Drte_swx_pipeline.c505 p->out = calloc(p->n_ports_out, sizeof(struct port_out_runtime)); in port_out_build()
509 struct port_out_runtime *out = &p->out[port->id]; in port_out_build()
9330 struct port_out_runtime *port = &p->out[i]; in rte_swx_pipeline_flush()