HomeSort by: relevance | last modified time | path
    Searched defs:crc32_start (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
firmware.c 90 unsigned long size, crc32_start; local in function:expose_firmware_sysfs
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
164 unsigned long id, crc32_start; local in function:verify_firmware
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
172 mem = fw->data + crc32_start;
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
firmware.c 90 unsigned long size, crc32_start; local in function:expose_firmware_sysfs
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
164 unsigned long id, crc32_start; local in function:verify_firmware
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
172 mem = fw->data + crc32_start;
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));
firmware.c 90 unsigned long size, crc32_start; local in function:expose_firmware_sysfs
121 crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start);
164 unsigned long id, crc32_start; local in function:verify_firmware
171 crc32_start = offsetofend(struct gvt_firmware_header, crc32);
172 mem = fw->data + crc32_start;
182 VERIFY("crc32", h->crc32, crc32_le(0, mem, fw->size - crc32_start));

Completed in 68 milliseconds