Searched refs:col_list (Results 1 – 2 of 2) sorted by relevance
562 hwctx->col_list = kmalloc_array(entries, sizeof(*hwctx->col_list), GFP_KERNEL); in aie2_hwctx_col_list()563 if (!hwctx->col_list) in aie2_hwctx_col_list()567 hwctx->col_list[0] = first; in aie2_hwctx_col_list()569 hwctx->col_list[i] = hwctx->col_list[i - 1] + width; in aie2_hwctx_col_list()571 print_hex_dump_debug("col_list: ", DUMP_PREFIX_OFFSET, 16, 4, hwctx->col_list, in aie2_hwctx_col_list()572 entries * sizeof(*hwctx->col_list), false); in aie2_hwctx_col_list()592 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()793 kfree(hwctx->col_list); in aie2_hwctx_init()845 kfree(hwctx->col_list); in aie2_hwctx_fini()
106 u32 *col_list; member