Lines Matching full:proxy
34 /* setup proxy on a new load */ in gsc_work()
40 * The HuC auth can be done both before or after the proxy init; in gsc_work()
41 * if done after, a proxy request will be issued and must be in gsc_work()
43 * Since this worker also handles proxy requests, we can't in gsc_work()
44 * perform an action that requires the proxy from within it and in gsc_work()
47 * first and do proxy later. The GSC will ack the HuC auth and in gsc_work()
48 * then send the HuC proxy request as part of the proxy init in gsc_work()
60 gt_err(gt, "Proxy request received with GSC not loaded!\n"); in gsc_work()
68 * A proxy failure right after firmware load means the proxy-init in gsc_work()
71 gt_err(gt, "GSC proxy handler failed to init\n"); in gsc_work()
80 * If there is a proxy establishment error, the GSC might still in gsc_work()
82 * status register to check if the proxy init was actually successful in gsc_work()
85 gt_dbg(gt, "GSC Proxy initialized\n"); in gsc_work()
88 gt_err(gt, "GSC status reports proxy init not complete\n"); in gsc_work()
237 /* if we fail to init proxy we still want to load GSC for PM */ in intel_gsc_uc_init()