Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dpci-calgary_64.c163 static struct rio_table_hdr *rio_table_hdr __initdata;
1095 for (rioidx = 0; rioidx < rio_table_hdr->num_rio_dev; rioidx++) { in calgary_locate_bbars()
1245 numnodes = rio_table_hdr->num_scal_dev; in build_detail_arrays()
1254 switch (rio_table_hdr->version){ in build_detail_arrays()
1266 rio_table_hdr->version); in build_detail_arrays()
1270 ptr = ((unsigned long)rio_table_hdr) + 3; in build_detail_arrays()
1274 for (i = 0; i < rio_table_hdr->num_rio_dev; in build_detail_arrays()
1400 rio_table_hdr = NULL; in detect_calgary()
1411 rio_table_hdr = (struct rio_table_hdr *)(ptr + offset + 4); in detect_calgary()
1417 if (!rio_table_hdr) { in detect_calgary()
/linux-4.4.14/arch/x86/include/asm/
Drio.h13 struct rio_table_hdr { struct
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp.h105 struct rio_table_hdr { struct
Dibmphp_ebda.c58 static struct rio_table_hdr *rio_table_ptr = NULL;
369 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()