Searched refs:total_col (Results 1 – 6 of 6) sorted by relevance
309 u32 total_col = ndev->total_col; in aie2_error_async_events_alloc() local310 u32 total_size = ASYNC_BUF_SIZE * total_col; in aie2_error_async_events_alloc()314 events = kzalloc(struct_size(events, event, total_col), GFP_KERNEL); in aie2_error_async_events_alloc()325 events->event_cnt = total_col; in aie2_error_async_events_alloc()
109 u32 total_col; member
538 ndev->total_col = min(aie2_max_col, ndev->metadata.cols); in aie2_init()546 xrs_cfg.total_col = ndev->total_col; in aie2_init()
173 u32 total_col; member
85 if (cdop->ncols > xrs->cfg.total_col) in sanity_check()
393 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()408 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()
Completed in 19 milliseconds