Searched refs:PROXY_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_gsc_proxy.c | 54 #define PROXY_HDR_SIZE (sizeof(struct xe_gsc_proxy_header)) macro 167 if (length + PROXY_HDR_SIZE > max_size) { in validate_proxy_header() 208 xe_map_memset(xe, map, offset, 0, PROXY_HDR_SIZE); in emit_proxy_header() 218 return offset + PROXY_HDR_SIZE; in emit_proxy_header() 226 void *to_csme_payload = gsc->proxy.to_csme + PROXY_HDR_SIZE; in proxy_query() 233 HECI_MEADDRESS_PROXY, 0, PROXY_HDR_SIZE); in proxy_query() 252 PROXY_HDR_SIZE, &reply_offset); in proxy_query() 261 reply_offset, PROXY_HDR_SIZE); in proxy_query() 286 reply_offset + PROXY_HDR_SIZE, size); in proxy_query() 289 ret = proxy_send_to_csme(gsc, size + PROXY_HDR_SIZE); in proxy_query() [all …]
|
Completed in 4 milliseconds