Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib_common.h35 struct cudbg_entity_hdr { struct
Dcxgb4_cudbg.c347 struct cudbg_entity_hdr *entity_hdr; in cxgb4_cudbg_collect_entity()
431 sizeof(struct cudbg_entity_hdr) * in cxgb4_cudbg_collect()
501 sizeof(struct cudbg_entity_hdr) * CUDBG_MAX_ENTITY; in cxgb4_cudbg_vmcore_add_dump()
Dcudbg_lib.h166 struct cudbg_entity_hdr *cudbg_get_entity_hdr(void *outbuf, int i);
168 struct cudbg_entity_hdr *entity_hdr);
Dcxgb4_ethtool.c1399 sizeof(struct cudbg_entity_hdr) * CUDBG_MAX_ENTITY; in set_dump()
1428 sizeof(struct cudbg_entity_hdr) * CUDBG_MAX_ENTITY; in get_dump_data()
Dcudbg_lib.c82 struct cudbg_entity_hdr *entity_hdr) in cudbg_align_debug_buffer()
98 struct cudbg_entity_hdr *cudbg_get_entity_hdr(void *outbuf, int i) in cudbg_get_entity_hdr()
102 return (struct cudbg_entity_hdr *) in cudbg_get_entity_hdr()
104 (sizeof(struct cudbg_entity_hdr) * (i - 1))); in cudbg_get_entity_hdr()