Lines Matching defs:data
42 u32 crc32; /* protect the data after this field */
48 unsigned char data[];
80 size = offsetof(struct gvt_firmware_header, data) + info->mmio_size + info->cfg_space_size;
90 h->cfg_space_offset = offsetof(struct gvt_firmware_header, data);
154 h = (struct gvt_firmware_header *)fw->data;
157 mem = fw->data + crc32_start;
171 mem = (fw->data + h->cfg_space_offset);
250 h = (struct gvt_firmware_header *)fw->data;
252 memcpy(firmware->cfg_space, fw->data + h->cfg_space_offset,
254 memcpy(firmware->mmio, fw->data + h->mmio_offset,