Searched refs:data_hdr_size (Results 1 – 2 of 2) sorted by relevance
110 u32 data_hdr_size; in update_headers() local114 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in update_headers()116 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()126 if ((start_offset - sec_info->skip_size) == data_hdr_size) { in update_headers()135 (void *)((char *)dbg_buff->data), data_hdr_size); in update_headers()144 hdr_offset = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()173 u32 data_hdr_size; in cudbg_write_flash() local183 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_write_flash()185 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in cudbg_write_flash()351 u32 data_hdr_size; in cudbg_read_flash() local[all …]
239 u32 data_hdr_size; in wr_entity_to_flash() local242 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in wr_entity_to_flash()247 data_hdr_size)) + in wr_entity_to_flash()248 (cur_entity_data_offset - data_hdr_size); in wr_entity_to_flash()