Searched refs:ports_in (Results 1 – 3 of 3) sorted by relevance
112 struct rte_port_in ports_in[RTE_PIPELINE_PORT_IN_MAX]; member247 struct rte_port_in *port = &p->ports_in[i]; in rte_pipeline_free()821 port = &p->ports_in[id]; in rte_pipeline_port_in_create()930 port = &p->ports_in[port_id]; in rte_pipeline_port_in_connect_to_table()957 port = &p->ports_in[port_id]; in rte_pipeline_port_in_enable()970 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_enable()971 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_enable()1003 port = &p->ports_in[port_id]; in rte_pipeline_port_in_disable()1023 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_disable()1024 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_disable()[all …]
974 struct port_in_tailq ports_in; member1202 TAILQ_FOREACH(port, &p->ports_in, node) in port_in_find()1240 TAILQ_INSERT_TAIL(&p->ports_in, port, node); in rte_swx_pipeline_port_in_config()1262 TAILQ_FOREACH(port, &p->ports_in, node) { in port_in_build()1288 port = TAILQ_FIRST(&p->ports_in); in port_in_free()1292 TAILQ_REMOVE(&p->ports_in, port, node); in port_in_free()6844 TAILQ_INIT(&pipeline->ports_in); in rte_swx_pipeline_config()
173 struct rte_port_in ports_in[16]; member