Searched refs:col_list (Results 1 – 2 of 2) sorted by relevance
438 hwctx->col_list = kmalloc_array(entries, sizeof(*hwctx->col_list), GFP_KERNEL); in aie2_hwctx_col_list()439 if (!hwctx->col_list) in aie2_hwctx_col_list()443 hwctx->col_list[0] = first; in aie2_hwctx_col_list()445 hwctx->col_list[i] = hwctx->col_list[i - 1] + width; in aie2_hwctx_col_list()447 print_hex_dump_debug("col_list: ", DUMP_PREFIX_OFFSET, 16, 4, hwctx->col_list, in aie2_hwctx_col_list()448 entries * sizeof(*hwctx->col_list), false); in aie2_hwctx_col_list()468 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()664 kfree(hwctx->col_list); in aie2_hwctx_init()716 kfree(hwctx->col_list); in aie2_hwctx_fini()
98 u32 *col_list; member