Searched refs:entity_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c57 struct cudbg_entity_hdr *entity_hdr)
62 remain = (dbg_buff->offset - entity_hdr->start_offset) % 4;
68 entity_hdr->num_pad = padding;
71 entity_hdr->size = dbg_buff->offset - entity_hdr->start_offset;
97 struct cudbg_entity_hdr **entity_hdr)
110 *entity_hdr = (struct cudbg_entity_hdr *)
114 while ((*entity_hdr)->size) {
117 (*entity_hdr)->size;
119 *ext_size += (*entity_hdr)
56 align_debug_buffer(struct cudbg_buffer *dbg_buff, struct cudbg_entity_hdr *entity_hdr) argument
95 get_next_ext_entity_hdr(void *outbuf, u32 *ext_size, struct cudbg_buffer *dbg_buff, struct cudbg_entity_hdr **entity_hdr) argument
205 struct cudbg_entity_hdr *entity_hdr = NULL; local
555 get_entity_hdr(void *outbuf, int i, u32 size, struct cudbg_entity_hdr **entity_hdr) argument
[all...]
H A Dcudbg_flash_utils.c99 struct cudbg_entity_hdr *entity_hdr; local
139 entity_hdr = (struct cudbg_entity_hdr *)((char *)sec_hdr +
143 entity_hdr->start_offset -= sec_info->skip_size;

Completed in 60 milliseconds