Searched refs:pfmem (Results 1 – 3 of 3) sorted by relevance
330 } else if (cur_func->pfmem[i]) { in ibmphp_configure_card()331 ibmphp_remove_resource (cur_func->pfmem[i]); in ibmphp_configure_card()332 cur_func->pfmem[i] = NULL; in ibmphp_configure_card()364 struct resource_node *pfmem[6]; in configure_device() local442 pfmem[count] = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in configure_device()443 if (!pfmem[count]) { in configure_device()447 pfmem[count]->type = PFMEM; in configure_device()448 pfmem[count]->busno = func->busno; in configure_device()449 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device()451 pfmem[count]->len = len[count]; in configure_device()[all …]
1724 int ibmphp_add_pfmem_from_mem (struct resource_node *pfmem) in ibmphp_add_pfmem_from_mem() argument1726 struct bus_node *bus_cur = find_bus_wprev (pfmem->busno, NULL, 0); in ibmphp_add_pfmem_from_mem()1734 pfmem->next = bus_cur->firstPFMemFromMem; in ibmphp_add_pfmem_from_mem()1736 pfmem->next = NULL; in ibmphp_add_pfmem_from_mem()1738 bus_cur->firstPFMemFromMem = pfmem; in ibmphp_add_pfmem_from_mem()1936 struct resource_node *pfmem; in update_bridge_ranges() local2119 if (ibmphp_find_resource (bus_cur, start_address, &pfmem, PFMEM)) { in update_bridge_ranges()2120 pfmem = kzalloc(sizeof(struct resource_node), GFP_KERNEL); in update_bridge_ranges()2121 if (!pfmem) { in update_bridge_ranges()2126 pfmem->type = PFMEM; in update_bridge_ranges()[all …]
376 u32 pfmem; member698 struct resource_node *pfmem[6]; member