36 #include <linux/slab.h>
69 u64 id_table_start,
u64 next_table,
unsigned short no_ids)
74 TRACE(
"In read_id_index_table, length %d\n", length);
87 if (id_table_start + length > next_table)
96 if (!IS_ERR(table) &&
le64_to_cpu(table[0]) >= id_table_start) {