Lines Matching refs:rio_table_ptr
44 static struct rio_table_hdr *rio_table_ptr = NULL; variable
355 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()
356 if (!rio_table_ptr) { in ibmphp_access_ebda()
360 rio_table_ptr->ver_num = readb(io_mem + offset); in ibmphp_access_ebda()
361 rio_table_ptr->scal_count = readb(io_mem + offset + 1); in ibmphp_access_ebda()
362 rio_table_ptr->riodev_count = readb(io_mem + offset + 2); in ibmphp_access_ebda()
363 rio_table_ptr->offset = offset + 3 ; in ibmphp_access_ebda()
367 rio_table_ptr->ver_num, rio_table_ptr->scal_count, in ibmphp_access_ebda()
368 rio_table_ptr->riodev_count, rio_table_ptr->offset); in ibmphp_access_ebda()
377 if (rio_table_ptr) { in ibmphp_access_ebda()
378 if (rio_complete && rio_table_ptr->ver_num == 3) { in ibmphp_access_ebda()
406 offset = rio_table_ptr->offset; in ebda_rio_table()
407 offset += 12 * rio_table_ptr->scal_count; in ebda_rio_table()
410 for (i = 0; i < rio_table_ptr->riodev_count; i++) { in ebda_rio_table()
615 if (rio_table_ptr) { in create_file_name()
616 if (rio_table_ptr->ver_num == 3) { in create_file_name()
643 } else if (rio_table_ptr) { in create_file_name()
644 if (rio_table_ptr->ver_num == 3) { in create_file_name()