Lines Matching defs:ctx_id
104 int ctx_id, bool internal_cb)
118 if (ctx_id == HL_KERNEL_ASID_ID && !hdev->disabled)
137 } else if (ctx_id == HL_KERNEL_ASID_ID) {
186 int rc, ctx_id = cb_args->ctx->asid;
194 if (ctx_id == HL_KERNEL_ASID_ID &&
212 cb = hl_cb_alloc(cb_args->hdev, cb_args->cb_size, ctx_id, cb_args->internal_cb);
226 if (ctx_id == HL_KERNEL_ASID_ID) {
278 int ctx_id = ctx->asid;
280 if ((hdev->disabled) || (hdev->reset_info.in_reset && (ctx_id != HL_KERNEL_ASID_ID))) {
294 ctx_id == HL_KERNEL_ASID_ID ? GFP_ATOMIC : GFP_KERNEL, &args);