Lines Matching refs:rio_table_ptr
58 static struct rio_table_hdr *rio_table_ptr = NULL; variable
369 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()
370 if (!rio_table_ptr) { in ibmphp_access_ebda()
374 rio_table_ptr->ver_num = readb (io_mem + offset); in ibmphp_access_ebda()
375 rio_table_ptr->scal_count = readb (io_mem + offset + 1); in ibmphp_access_ebda()
376 rio_table_ptr->riodev_count = readb (io_mem + offset + 2); in ibmphp_access_ebda()
377 rio_table_ptr->offset = offset +3 ; in ibmphp_access_ebda()
381 rio_table_ptr->ver_num, rio_table_ptr->scal_count, in ibmphp_access_ebda()
382 rio_table_ptr->riodev_count, rio_table_ptr->offset); in ibmphp_access_ebda()
391 if (rio_table_ptr) { in ibmphp_access_ebda()
392 if (rio_complete && rio_table_ptr->ver_num == 3) { in ibmphp_access_ebda()
420 offset = rio_table_ptr->offset; in ebda_rio_table()
421 offset += 12 * rio_table_ptr->scal_count; in ebda_rio_table()
424 for (i = 0; i < rio_table_ptr->riodev_count; i++) { in ebda_rio_table()
629 if (rio_table_ptr) { in create_file_name()
630 if (rio_table_ptr->ver_num == 3) { in create_file_name()
657 } else if (rio_table_ptr) { in create_file_name()
658 if (rio_table_ptr->ver_num == 3) { in create_file_name()