Searched refs:total_col (Results 1 – 6 of 6) sorted by relevance
348 u32 total_col = ndev->total_col; in aie2_error_async_events_alloc() local349 u32 total_size = ASYNC_BUF_SIZE * total_col; in aie2_error_async_events_alloc()353 events = kzalloc_flex(*events, event, total_col); in aie2_error_async_events_alloc()364 events->event_cnt = total_col; in aie2_error_async_events_alloc()
109 u32 total_col; member
395 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()410 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()449 hwctx->num_unused_col = xdna->dev_handle->total_col - hwctx->num_col; in aie2_alloc_resource()450 hwctx->num_col = xdna->dev_handle->total_col; in aie2_alloc_resource()
256 ndev->total_col = min(aie2_max_col, ndev->metadata.cols); in aie2_mgmt_fw_query()610 xrs_cfg.total_col = ndev->total_col; in aie2_init()
85 if (cdop->ncols > xrs->cfg.total_col) in sanity_check()
190 u32 total_col; member