Searched refs:ports_in (Results 1 – 4 of 4) sorted by relevance
108 struct rte_port_in ports_in[RTE_PIPELINE_PORT_IN_MAX]; member243 struct rte_port_in *port = &p->ports_in[i]; in rte_pipeline_free()817 port = &p->ports_in[id]; in rte_pipeline_port_in_create()926 port = &p->ports_in[port_id]; in rte_pipeline_port_in_connect_to_table()953 port = &p->ports_in[port_id]; in rte_pipeline_port_in_enable()966 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_enable()967 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_enable()999 port = &p->ports_in[port_id]; in rte_pipeline_port_in_disable()1019 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_disable()1020 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_disable()[all …]
287 TAILQ_FOREACH(port, &p->ports_in, node) in port_in_find()325 TAILQ_INSERT_TAIL(&p->ports_in, port, node); in rte_swx_pipeline_port_in_config()347 TAILQ_FOREACH(port, &p->ports_in, node) { in port_in_build()373 port = TAILQ_FIRST(&p->ports_in); in port_in_free()377 TAILQ_REMOVE(&p->ports_in, port, node); in port_in_free()9146 TAILQ_INIT(&pipeline->ports_in); in rte_swx_pipeline_config()
1382 struct port_in_tailq ports_in; member
173 struct rte_port_in ports_in[16]; member