Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c99 u32 total_hdr_size; in update_headers() local
104 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() local
172 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() local
308 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 …]
/freebsd/contrib/tcpdump/
H A Dprint-vsock.c195 u_int total_hdr_size; in vsock_hdr_print() local
227 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()