Home
last modified time | relevance | path

Searched refs:hxg_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1148 u32 hxg_len = msg_len_to_hxg_len(len); in parse_g2h_response() local
1196 g2h_fence->response_len = hxg_len; in parse_g2h_response()
1197 memcpy(g2h_fence->response_buffer, hxg, hxg_len * sizeof(u32)); in parse_g2h_response()
1255 u32 hxg_len = msg_len_to_hxg_len(len); in process_g2h_msg() local
1266 adj_len = hxg_len - GUC_HXG_EVENT_MSG_MIN_LEN; in process_g2h_msg()
1307 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1310 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1313 ret = xe_gt_sriov_pf_control_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1316 ret = xe_gt_sriov_pf_monitor_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1328 action, ERR_PTR(ret), hxg_len, (int)sizeof(u32) * hxg_len, hxg); in process_g2h_msg()
[all …]
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c1112 u32 hxg_len, action, len; in ct_process_request() local
1116 hxg_len = request->size - GUC_CTB_MSG_MIN_LEN; in ct_process_request()
1119 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()