Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_ssr.c145 struct debug_info_table *tbl_ent; member
222 struct debug_info_table *tbl_ent = dump_info->tbl_addr; in alloc_dump() local
228 le64_to_cpus(&tbl_ent->save_perf); in alloc_dump()
229 le64_to_cpus(&tbl_ent->mem_base); in alloc_dump()
230 le64_to_cpus(&tbl_ent->len); in alloc_dump()
232 if (tbl_ent->len == 0) in alloc_dump()
235 dump_size += tbl_ent->len; in alloc_dump()
236 tbl_ent++; in alloc_dump()
237 tbl_sz_lp += sizeof(*tbl_ent); in alloc_dump()
328 dump_info->tbl_ent = dump_info->tbl_addr; in ssr_copy_table()
[all …]