Searched refs:col_list (Results 1 – 2 of 2) sorted by relevance
428 hwctx->col_list = kmalloc_array(entries, sizeof(*hwctx->col_list), GFP_KERNEL); in aie2_hwctx_col_list()429 if (!hwctx->col_list) in aie2_hwctx_col_list()433 hwctx->col_list[0] = first; in aie2_hwctx_col_list()435 hwctx->col_list[i] = hwctx->col_list[i - 1] + width; in aie2_hwctx_col_list()437 print_hex_dump_debug("col_list: ", DUMP_PREFIX_OFFSET, 16, 4, hwctx->col_list, in aie2_hwctx_col_list()438 entries * sizeof(*hwctx->col_list), false); in aie2_hwctx_col_list()458 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()654 kfree(hwctx->col_list); in aie2_hwctx_init()706 kfree(hwctx->col_list); in aie2_hwctx_fini()
98 u32 *col_list; member