Lines Matching refs:hxg_len
1007 u32 hxg_len = msg_len_to_hxg_len(len); in parse_g2h_response() local
1053 g2h_fence->response_len = hxg_len; in parse_g2h_response()
1054 memcpy(g2h_fence->response_buffer, hxg, hxg_len * sizeof(u32)); in parse_g2h_response()
1112 u32 hxg_len = msg_len_to_hxg_len(len); in process_g2h_msg() local
1123 adj_len = hxg_len - GUC_HXG_EVENT_MSG_MIN_LEN; in process_g2h_msg()
1162 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1165 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
1168 ret = xe_gt_sriov_pf_control_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1171 ret = xe_gt_sriov_pf_monitor_process_guc2pf(gt, hxg, hxg_len); in process_g2h_msg()
1278 u32 hxg_len = msg_len_to_hxg_len(len); in g2h_fast_path() local
1282 u32 adj_len = hxg_len - GUC_HXG_MSG_MIN_LEN; in g2h_fast_path()