Searched refs:port_in (Results 1 – 15 of 15) sorted by relevance
| /dpdk/examples/pipeline/examples/ |
| H A D | l2fwd.spec | 8 bit<32> port_in 39 rx m.port_in 41 tx m.port_in
|
| H A D | registers.spec | 41 bit<32> port_in 57 rx m.port_in 62 mov m.port_out m.port_in
|
| H A D | meter.spec | 41 bit<32> port_in 56 rx m.port_in
|
| H A D | learner.spec | 48 bit<32> port_in 120 rx m.port_in
|
| H A D | selector.spec | 58 bit<32> port_in 87 rx m.port_in
|
| H A D | fib.spec | 55 bit<32> port_in 160 rx m.port_in
|
| H A D | vxlan.spec | 51 bit<32> port_in 190 rx m.port_in
|
| /dpdk/lib/pipeline/ |
| H A D | rte_pipeline.c | 1067 struct rte_port_in *port_in = &p->ports_in[port_in_id]; in rte_pipeline_check() local 1069 if (port_in->table_id == RTE_TABLE_INVALID) { in rte_pipeline_check() 1311 struct rte_port_in *port_in = p->port_in_next; in rte_pipeline_run() local 1314 if (port_in == NULL) in rte_pipeline_run() 1318 n_pkts = port_in->ops.f_rx(port_in->h_port, p->pkts, in rte_pipeline_run() 1319 port_in->burst_size); in rte_pipeline_run() 1321 p->port_in_next = port_in->next; in rte_pipeline_run() 1332 if (port_in->f_action != NULL) { in rte_pipeline_run() 1333 port_in->f_action(p, p->pkts, n_pkts, port_in->arg_ah); in rte_pipeline_run() 1336 port_in->n_pkts_dropped_by_ah); in rte_pipeline_run() [all …]
|
| H A D | rte_swx_pipeline_internal.h | 71 struct port_in { struct 72 TAILQ_ENTRY(port_in) node; 78 TAILQ_HEAD(port_in_tailq, port_in); argument
|
| H A D | rte_swx_pipeline.c | 282 static struct port_in * 285 struct port_in *port; in port_in_find() 301 struct port_in *port = NULL; in rte_swx_pipeline_port_in_config() 316 port = calloc(1, sizeof(struct port_in)); in rte_swx_pipeline_port_in_config() 335 struct port_in *port; in port_in_build() 371 struct port_in *port; in port_in_free() 9713 struct port_in *port; in rte_swx_ctl_pipeline_port_in_stats_read()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 150 struct port_in { struct 169 struct port_in port_in[RTE_PIPELINE_PORT_IN_MAX]; member
|
| H A D | pipeline.c | 171 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()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 245 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 D | rte_eth_softnic_internals.h | 535 struct softnic_port_in port_in[RTE_PIPELINE_PORT_IN_MAX]; member
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 244 uint8_t queueid, uint16_t port_in) in l3fwd_simple_forward() argument 257 port_out = port_in; in l3fwd_simple_forward()
|