Home
last modified time | relevance | path

Searched refs:total_col (Results 1 – 6 of 6) sorted by relevance

/drivers/accel/amdxdna/
A Daie2_error.c309 u32 total_col = ndev->total_col; in aie2_error_async_events_alloc() local
310 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()
A Daie2_solver.h109 u32 total_col; member
A Daie2_pci.c538 ndev->total_col = min(aie2_max_col, ndev->metadata.cols); in aie2_init()
546 xrs_cfg.total_col = ndev->total_col; in aie2_init()
A Daie2_pci.h173 u32 total_col; member
A Daie2_solver.c85 if (cdop->ncols > xrs->cfg.total_col) in sanity_check()
A Daie2_ctx.c393 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