Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c95 struct cudbg_flash_hdr *flash_hdr; in update_headers()
104 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()
108 flash_hdr = (struct cudbg_flash_hdr *)(sec_hdr); in update_headers()
119 flash_hdr->hdr_len = sizeof(struct cudbg_flash_hdr); in update_headers()
120 hdr_offset = sizeof(struct cudbg_flash_hdr); in update_headers()
126 sizeof(struct cudbg_flash_hdr) + in update_headers()
132 hdr_offset = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()
137 sizeof(struct cudbg_flash_hdr) + in update_headers()
143 sizeof(struct cudbg_flash_hdr)); in update_headers()
158 struct cudbg_flash_hdr *flash_hdr = NULL; in cudbg_write_flash()
[all …]
H A Dcudbg.h318 struct cudbg_flash_hdr { struct
460 int cudbg_read_flash_details(void *handle, struct cudbg_flash_hdr *data);
H A Dcudbg_lib.c163 (sizeof(struct cudbg_flash_hdr) + in wr_entity_to_flash()