Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_flow_table.c35 u32 start_ix; member
134 u32 start_ix = ft->group[i].start_ix; in mlx5_create_flow_group_cmd() local
135 u32 end_ix = start_ix + (1 << g->log_sz) - 1; in mlx5_create_flow_group_cmd()
154 MLX5_SET_CFGI(in, start_flow_index, start_ix); in mlx5_create_flow_group_cmd()
301 *ix = find_next_zero_bit(ft->bitmap, ft->size, g->start_ix); in alloc_flow_index()
302 if (*ix >= (g->start_ix + (1 << g->g.log_sz))) in alloc_flow_index()
361 u32 start_ix = 0; in mlx5_create_flow_table() local
387 ft->group[i].start_ix = start_ix; in mlx5_create_flow_table()
388 start_ix += 1 << group[i].log_sz; in mlx5_create_flow_table()
/NextBSD/contrib/gcc/
HDomp-low.c2163 int start_ix; in expand_parallel_call() local
2170 start_ix = BUILT_IN_GOMP_PARALLEL_START; in expand_parallel_call()
2176 start_ix = BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START in expand_parallel_call()
2180 start_ix = BUILT_IN_GOMP_PARALLEL_SECTIONS_START; in expand_parallel_call()
2280 t = built_in_decls[start_ix]; in expand_parallel_call()
3149 int start_ix = BUILT_IN_GOMP_LOOP_STATIC_START + fn_index; in expand_omp_for() local
3151 expand_omp_for_generic (region, &fd, start_ix, next_ix); in expand_omp_for()