Lines Matching refs:hxg

440 	u32 hxg;  in ct_write()  local
476 hxg = FIELD_PREP(GUC_HXG_MSG_0_TYPE, type) | in ct_write()
481 tail, 4, &header, 4, &hxg, 4 * (len - 1), &action[1]); in ct_write()
486 cmds[tail] = hxg; in ct_write()
1043 const u32 *hxg = &response->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_response() local
1044 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()
1052 GEM_BUG_ON(FIELD_GET(GUC_HXG_MSG_0_ORIGIN, hxg[0]) != GUC_HXG_ORIGIN_GUC); in ct_handle_response()
1053 GEM_BUG_ON(FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_RESPONSE_SUCCESS && in ct_handle_response()
1054 FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_NO_RESPONSE_RETRY && in ct_handle_response()
1055 FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_RESPONSE_FAILURE); in ct_handle_response()
1057 CT_DEBUG(ct, "response fence %u status %#x\n", fence, hxg[0]); in ct_handle_response()
1075 WRITE_ONCE(req->status, hxg[0]); in ct_handle_response()
1090 len, hxg[0], fence, ct->requests.last_fence); in ct_handle_response()
1110 const u32 *hxg; in ct_process_request() local
1115 hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_process_request()
1117 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()
1118 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); in ct_process_request()
1214 const u32 *hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_event() local
1215 u32 action = FIELD_GET(GUC_HXG_EVENT_MSG_0_ACTION, hxg[0]); in ct_handle_event()
1218 GEM_BUG_ON(FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]) != GUC_HXG_TYPE_EVENT); in ct_handle_event()
1250 u32 *hxg; in ct_handle_hxg() local
1256 hxg = &msg->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_hxg()
1258 origin = FIELD_GET(GUC_HXG_MSG_0_ORIGIN, hxg[0]); in ct_handle_hxg()
1264 type = FIELD_GET(GUC_HXG_MSG_0_TYPE, hxg[0]); in ct_handle_hxg()
1281 ERR_PTR(err), 4 * GUC_HXG_MSG_MIN_LEN, hxg); in ct_handle_hxg()