Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dsahara.c168 u64 dump_table_length; member
493 context->dump_table_length = le64_to_cpu(context->rx->memory_debug64.table_length); in sahara_memory_debug64()
495 if (context->dump_table_length % sizeof(struct sahara_debug_table_entry64) != 0 || in sahara_memory_debug64()
496 !context->dump_table_length) { in sahara_memory_debug64()
498 context->dump_table_length); in sahara_memory_debug64()
517 if (context->dump_table_length > SAHARA_PACKET_MAX_SIZE) { in sahara_memory_debug64()
519 context->dump_table_length); in sahara_memory_debug64()
527 context->tx[0]->memory_read64.memory_length = cpu_to_le64(context->dump_table_length); in sahara_memory_debug64()
529 context->rx_size_requested = context->dump_table_length; in sahara_memory_debug64()
584 table_nents = context->dump_table_length / sizeof(*dev_table); in sahara_parse_dump_table()
[all …]