Searched refs:GUC_HXG_MSG_MIN_LEN (Results 1 – 3 of 3) sorted by relevance
42 #define GUC_HXG_MSG_MIN_LEN 1u macro87 #define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN119 #define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN144 #define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN167 #define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN190 #define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN217 #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)
934 const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_handle_response()935 u32 datalen = len - GUC_HXG_MSG_MIN_LEN; in ct_handle_response()941 GEM_BUG_ON(len < GUC_HXG_MSG_MIN_LEN); in ct_handle_response()997 payload = &hxg[GUC_HXG_MSG_MIN_LEN]; in ct_process_request()999 len = hxg_len - GUC_HXG_MSG_MIN_LEN; in ct_process_request()1153 ERR_PTR(err), 4 * GUC_HXG_MSG_MIN_LEN, hxg); in ct_handle_hxg()