Home
last modified time | relevance | path

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

/drivers/accel/amdxdna/
A Daie2_solver.c31 u32 start_cols[] __counted_by(cols_len);
192 col = snode->start_cols[i]; in get_free_partition()
242 if (snode->start_cols[idx] != pt_node->start_col) in allocate_partition()
269 node = kzalloc(struct_size(node, start_cols, cdop->cols_len), GFP_KERNEL); in create_solver_node()
275 memcpy(node->start_cols, cdop->start_cols, cdop->cols_len * sizeof(u32)); in create_solver_node()
A Daie2_solver.h44 u32 *start_cols; /* Start column array */ member
A Daie2_ctx.c450 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()

Completed in 9 milliseconds