Searched refs:cudbg_hdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c97 struct cudbg_hdr *cudbg_hdr; local
106 sizeof(struct cudbg_hdr);
112 cudbg_hdr = (struct cudbg_hdr *)dbg_buff->data;
136 flash_hdr->data_len = cudbg_hdr->data_len - sec_info->skip_size;
145 cudbg_hdr = (struct cudbg_hdr *)((char *)sec_hdr +
147 cudbg_hdr->data_len = flash_hdr->data_len;
174 sizeof(struct cudbg_hdr);
[all...]
H A Dfastlz_api.c212 struct cudbg_hdr *cudbg_hdr; local
230 cudbg_hdr = (struct cudbg_hdr *) pout_buff->data;
239 if ((chunk_size > 62000) && (cudbg_hdr->reserved[7] < (u32)
241 cudbg_hdr->reserved[7] = (u32) chunk_size;
H A Dcudbg_lib_common.h72 struct cudbg_hdr { struct
H A Dcudbg_lib.c99 struct cudbg_hdr *cudbg_hdr = (struct cudbg_hdr *)outbuf; local
101 u32 ext_offset = cudbg_hdr->data_len;
111 ((char *)outbuf + cudbg_hdr->data_len);
156 u32 cur_entity_hdr_offset = sizeof(struct cudbg_hdr);
163 sizeof(struct cudbg_hdr);
207 struct cudbg_hdr *cudbg_hdr; local
228 cudbg_hdr
559 struct cudbg_hdr *cudbg_hdr = (struct cudbg_hdr *)outbuf; local
[all...]

Completed in 161 milliseconds