Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c941 uint32_t port_prev_id, port_next_id; in rte_pipeline_port_in_enable() local
968 port_next_id = rte_mask_get_next(p->enabled_port_in_mask, port_id); in rte_pipeline_port_in_enable()
971 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_enable()
988 uint32_t port_prev_id, port_next_id; in rte_pipeline_port_in_disable() local
1021 port_next_id = rte_mask_get_next(p->enabled_port_in_mask, port_id); in rte_pipeline_port_in_disable()
1024 port_next = &p->ports_in[port_next_id]; in rte_pipeline_port_in_disable()