Home
last modified time | relevance | path

Searched refs:data_hdr_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_flash_utils.c110 u32 data_hdr_size; in update_headers() local
114 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() local
183 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 …]
H A Dcudbg_lib.c239 u32 data_hdr_size; in wr_entity_to_flash() local
242 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()