hl_ctx_mgr
struct hl_ctx_mgr *ctx_mgr = &hpriv->ctx_mgr;
void hl_ctx_mgr_init(struct hl_ctx_mgr *ctx_mgr)
void hl_ctx_mgr_fini(struct hl_device *hdev, struct hl_ctx_mgr *ctx_mgr)
struct hl_ctx_mgr ctx_mgr;
void hl_ctx_mgr_init(struct hl_ctx_mgr *mgr);
void hl_ctx_mgr_fini(struct hl_device *hdev, struct hl_ctx_mgr *mgr);