Searched refs:port_prev_id (Results 1 – 1 of 1) sorted by relevance
941 uint32_t port_prev_id, port_next_id; in rte_pipeline_port_in_enable() local967 port_prev_id = rte_mask_get_prev(p->enabled_port_in_mask, port_id); in rte_pipeline_port_in_enable()970 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_enable()988 uint32_t port_prev_id, port_next_id; in rte_pipeline_port_in_disable() local1020 port_prev_id = rte_mask_get_prev(p->enabled_port_in_mask, port_id); in rte_pipeline_port_in_disable()1023 port_prev = &p->ports_in[port_prev_id]; in rte_pipeline_port_in_disable()