Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c96 struct cudbg_entity_hdr *entity_hdr; in update_headers()
102 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in update_headers()
130 sizeof(struct cudbg_entity_hdr)); in update_headers()
136 entity_hdr = (struct cudbg_entity_hdr *)((char *)sec_hdr + in update_headers()
170 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_write_flash()
187 cur_entity_size += sizeof(struct cudbg_entity_hdr); in cudbg_write_flash()
306 data_header_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_read_flash_data()
348 data_hdr_size = CUDBG_MAX_ENTITY * sizeof(struct cudbg_entity_hdr) + in cudbg_read_flash()
H A Dcudbg_lib.c54 struct cudbg_entity_hdr *entity_hdr) in align_debug_buffer()
94 struct cudbg_entity_hdr **entity_hdr) in get_next_ext_entity_hdr()
102 sizeof(struct cudbg_entity_hdr)) { in get_next_ext_entity_hdr()
107 *entity_hdr = (struct cudbg_entity_hdr *) in get_next_ext_entity_hdr()
117 sizeof(struct cudbg_entity_hdr); in get_next_ext_entity_hdr()
120 sizeof(struct cudbg_entity_hdr)) { in get_next_ext_entity_hdr()
133 *entity_hdr = (struct cudbg_entity_hdr *) in get_next_ext_entity_hdr()
184 (sizeof(struct cudbg_entity_hdr) * in wr_entity_to_flash()
281 sizeof(struct cudbg_entity_hdr); in cudbg_collect()
312 sizeof(struct cudbg_entity_hdr); in cudbg_collect()
[all …]
H A Dcudbg_lib_common.h83 struct cudbg_entity_hdr { struct
H A Dcudbg_lib.h249 int get_entity_hdr(void *outbuf, int i, u32 size, struct cudbg_entity_hdr **);