Searched refs:GUC_CTB_MSG_MIN_LEN (Results 1 – 2 of 2) sorted by relevance
83 #define GUC_CTB_MSG_MIN_LEN GUC_CTB_HDR_LEN macro113 #define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
844 len = FIELD_GET(GUC_CTB_MSG_0_NUM_DWORDS, header) + GUC_CTB_MSG_MIN_LEN; in ct_read()894 const u32 *hxg = &response->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_response()955 hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_process_request()956 hxg_len = request->size - GUC_CTB_MSG_MIN_LEN; in ct_process_request()1036 const u32 *hxg = &request->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_event()1070 hxg = &msg->msg[GUC_CTB_MSG_MIN_LEN]; in ct_handle_hxg()
Completed in 5 milliseconds