Searched refs:total_hdr_size (Results 1 – 2 of 2) sorted by relevance
99 u32 total_hdr_size; in update_headers() local104 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()105 sec_hdr_start_addr = CUDBG_SF_SECTOR_SIZE - total_hdr_size; in update_headers()161 u32 total_hdr_size; in cudbg_write_flash() local172 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in cudbg_write_flash()173 sec_hdr_start_addr = CUDBG_SF_SECTOR_SIZE - total_hdr_size; in cudbg_write_flash()302 u32 total_hdr_size, data_header_size; in cudbg_read_flash_data() local308 total_hdr_size = data_header_size + sizeof(struct cudbg_flash_hdr); in cudbg_read_flash_data()311 rc = cudbg_read_flash(handle, buf, total_hdr_size, 0); in cudbg_read_flash_data()314 payload = (char *)buf + total_hdr_size; in cudbg_read_flash_data()[all …]
195 u_int total_hdr_size; in vsock_hdr_print() local227 total_hdr_size = (u_int)sizeof(struct af_vsockmon_hdr) + in vsock_hdr_print()230 if (caplen > total_hdr_size) { in vsock_hdr_print()231 const u_char *payload = p + total_hdr_size; in vsock_hdr_print()235 caplen - total_hdr_size); in vsock_hdr_print()