Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_flash_utils.c111 u32 total_hdr_size; in update_headers() local
117 sec_hdr_start_addr = CUDBG_SF_SECTOR_SIZE - total_hdr_size; in update_headers()
174 u32 total_hdr_size; in cudbg_write_flash() local
186 sec_hdr_start_addr = CUDBG_SF_SECTOR_SIZE - total_hdr_size; in cudbg_write_flash()
318 u32 total_hdr_size, data_header_size; in cudbg_read_flash_data() local
327 rc = cudbg_read_flash(handle, buf, total_hdr_size, 0); in cudbg_read_flash_data()
330 payload = (char *)buf + total_hdr_size; in cudbg_read_flash_data()
331 payload_size = buf_size - total_hdr_size; in cudbg_read_flash_data()
350 u32 total_hdr_size; in cudbg_read_flash() local
456 if (size + total_hdr_size > in cudbg_read_flash()
[all …]