Home
last modified time | relevance | path

Searched refs:port_in (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/examples/pipeline/examples/
H A Dl2fwd.spec8 bit<32> port_in
39 rx m.port_in
41 tx m.port_in
H A Dvxlan.spec51 bit<32> port_in
162 rx m.port_in
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c1071 struct rte_port_in *port_in = &p->ports_in[port_in_id]; in rte_pipeline_check() local
1073 if (port_in->table_id == RTE_TABLE_INVALID) { in rte_pipeline_check()
1315 struct rte_port_in *port_in = p->port_in_next; in rte_pipeline_run() local
1318 if (port_in == NULL) in rte_pipeline_run()
1322 n_pkts = port_in->ops.f_rx(port_in->h_port, p->pkts, in rte_pipeline_run()
1323 port_in->burst_size); in rte_pipeline_run()
1325 p->port_in_next = port_in->next; in rte_pipeline_run()
1336 if (port_in->f_action != NULL) { in rte_pipeline_run()
1337 port_in->f_action(p, p->pkts, n_pkts, port_in->arg_ah); in rte_pipeline_run()
1340 port_in->n_pkts_dropped_by_ah); in rte_pipeline_run()
[all …]
H A Drte_swx_pipeline.c81 struct port_in { struct
82 TAILQ_ENTRY(port_in) node;
88 TAILQ_HEAD(port_in_tailq, port_in); argument
1197 static struct port_in *
1200 struct port_in *port; in port_in_find()
1216 struct port_in *port = NULL; in rte_swx_pipeline_port_in_config()
1231 port = calloc(1, sizeof(struct port_in)); in rte_swx_pipeline_port_in_config()
1250 struct port_in *port; in port_in_build()
1286 struct port_in *port; in port_in_free()
7195 struct port_in *port; in rte_swx_ctl_pipeline_port_in_stats_read()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h150 struct port_in { struct
169 struct port_in port_in[RTE_PIPELINE_PORT_IN_MAX]; member
H A Dpipeline.c171 struct port_in *port_in; in pipeline_port_in_create() local
360 port_in = &pipeline->port_in[pipeline->n_ports_in]; in pipeline_port_in_create()
361 memcpy(&port_in->params, params, sizeof(*params)); in pipeline_port_in_create()
362 port_in->ap = ap; in pipeline_port_in_create()
363 port_in->a = action; in pipeline_port_in_create()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c245 struct softnic_port_in *port_in; in softnic_pipeline_port_in_create() local
413 port_in = &pipeline->port_in[pipeline->n_ports_in]; in softnic_pipeline_port_in_create()
414 memcpy(&port_in->params, params, sizeof(*params)); in softnic_pipeline_port_in_create()
415 port_in->ap = ap; in softnic_pipeline_port_in_create()
416 port_in->a = action; in softnic_pipeline_port_in_create()
H A Drte_eth_softnic_internals.h523 struct softnic_port_in port_in[RTE_PIPELINE_PORT_IN_MAX]; member
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c241 uint8_t queueid, uint16_t port_in) in l3fwd_simple_forward() argument
254 port_out = port_in; in l3fwd_simple_forward()