Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dpci-calgary_64.c150 static struct rio_table_hdr *rio_table_hdr __initdata;
1074 for (rioidx = 0; rioidx < rio_table_hdr->num_rio_dev; rioidx++) { in calgary_locate_bbars()
1224 numnodes = rio_table_hdr->num_scal_dev; in build_detail_arrays()
1233 switch (rio_table_hdr->version){ in build_detail_arrays()
1245 rio_table_hdr->version); in build_detail_arrays()
1249 ptr = ((unsigned long)rio_table_hdr) + 3; in build_detail_arrays()
1253 for (i = 0; i < rio_table_hdr->num_rio_dev; in build_detail_arrays()
1379 rio_table_hdr = NULL; in detect_calgary()
1390 rio_table_hdr = (struct rio_table_hdr *)(ptr + offset + 4); in detect_calgary()
1396 if (!rio_table_hdr) { in detect_calgary()
/Linux-v5.4/arch/x86/include/asm/
Drio.h14 struct rio_table_hdr { struct
/Linux-v5.4/drivers/pci/hotplug/
Dibmphp.h91 struct rio_table_hdr { struct
Dibmphp_ebda.c44 static struct rio_table_hdr *rio_table_ptr = NULL;
355 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()