Searched refs:GUC_HXG_MSG_MIN_LEN (Results 1 – 3 of 3) sorted by relevance
43 #define GUC_HXG_MSG_MIN_LEN 1u macro89 #define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN149 #define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN174 #define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN197 #define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN220 #define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN247 #define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
115 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
1017 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()1018 u32 datalen = len - GUC_HXG_MSG_MIN_LEN; in ct_handle_response()1024 GEM_BUG_ON(len < GUC_HXG_MSG_MIN_LEN); in ct_handle_response()1081 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()1083 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()1238 ERR_PTR(err), 4 * GUC_HXG_MSG_MIN_LEN, hxg); in ct_handle_hxg()