Home
last modified time | relevance | path

Searched refs:fw_ctx_id (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/accel/amdxdna/
H A Daie2_message.c208 hwctx->fw_ctx_id = resp.context_id; in aie2_create_context()
209 WARN_ONCE(hwctx->fw_ctx_id == -1, "Unexpected context id"); in aie2_create_context()
240 hwctx->fw_ctx_id, hwctx->client->pasid); in aie2_create_context()
255 if (hwctx->fw_ctx_id == -1) in aie2_destroy_context()
260 req.context_id = hwctx->fw_ctx_id; in aie2_destroy_context()
267 hwctx->fw_ctx_id); in aie2_destroy_context()
269 hwctx->fw_ctx_id = -1; in aie2_destroy_context()
H A Damdxdna_ctx.h76 u32 fw_ctx_id; member
H A Daie2_ctx.c68 ret = aie2_map_host_buf(xdna->dev_handle, hwctx->fw_ctx_id, in aie2_hwctx_restart()
612 ret = aie2_map_host_buf(xdna->dev_handle, hwctx->fw_ctx_id, in aie2_hwctx_init()
H A Damdxdna_ctx.c194 hwctx->fw_ctx_id = -1; in amdxdna_drm_create_hwctx_ioctl()