Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_cudbg.c110 struct cudbg_entity_hdr *entity_hdr; in cxgb4_cudbg_collect_entity()
193 sizeof(struct cudbg_entity_hdr) * in cxgb4_cudbg_collect()
270 sizeof(struct cudbg_entity_hdr) * CUDBG_MAX_ENTITY; in cxgb4_cudbg_vmcore_add_dump()
H A Dcudbg_lib_common.h35 struct cudbg_entity_hdr { struct
36 entity_typecudbg_entity_hdr global() argument
37 start_offsetcudbg_entity_hdr global() argument
38 sizecudbg_entity_hdr global() argument
39 hdr_flagscudbg_entity_hdr global() argument
40 sys_warncudbg_entity_hdr global() argument
41 sys_errcudbg_entity_hdr global() argument
42 num_padcudbg_entity_hdr global() argument
43 flagcudbg_entity_hdr global() argument
44 reserved1cudbg_entity_hdr global() argument
45 next_ext_offsetcudbg_entity_hdr global() argument
46 reservedcudbg_entity_hdr global() argument
H A Dcudbg_lib.h170 struct cudbg_entity_hdr *cudbg_get_entity_hdr(void *outbuf, int i);
172 struct cudbg_entity_hdr *entity_hdr);
H A Dcudbg_lib.c490 struct cudbg_entity_hdr *entity_hdr) in cudbg_align_debug_buffer()
506 struct cudbg_entity_hdr *cudbg_get_entity_hdr(void *outbuf, int i) in cudbg_get_entity_hdr()
510 return (struct cudbg_entity_hdr *) in cudbg_get_entity_hdr()
512 (sizeof(struct cudbg_entity_hdr) * (i - 1))); in cudbg_get_entity_hdr()