Searched refs:grinder_base_bmp_pos (Results 1 – 1 of 1) sorted by relevance
196 uint32_t grinder_base_bmp_pos[RTE_SCHED_PORT_N_GRINDERS] __rte_aligned_16; member1247 s->grinder_base_bmp_pos[i] = RTE_SCHED_PIPE_INVALID; in rte_sched_subport_config()2442 __m128i pipes = _mm_load_si128((__m128i *)subport->grinder_base_bmp_pos); in grinder_pipe_exists()2445 pipes = _mm_load_si128((__m128i *)(subport->grinder_base_bmp_pos + 4)); in grinder_pipe_exists()2461 uint32_t *pos = (uint32_t *)subport->grinder_base_bmp_pos; in grinder_pipe_exists()2483 if (subport->grinder_base_bmp_pos[i] == base_pipe) in grinder_pipe_exists()2621 subport->grinder_base_bmp_pos[pos] = RTE_SCHED_BMP_POS_INVALID; in grinder_next_pipe()2625 subport->grinder_base_bmp_pos[pos] = bmp_pos; in grinder_next_pipe()