Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_pci.c362 struct resource_node *mem_tmp; in configure_device() local
458 mem_tmp = kmalloc (sizeof (struct resource_node), GFP_KERNEL); in configure_device()
459 if (!mem_tmp) { in configure_device()
464 memset (mem_tmp, 0, sizeof (struct resource_node)); in configure_device()
465 mem_tmp->type = MEM; in configure_device()
466 mem_tmp->busno = pfmem[count]->busno; in configure_device()
467 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device()
468 mem_tmp->len = pfmem[count]->len; in configure_device()
470 if (ibmphp_check_resource (mem_tmp, 0) == 0) { in configure_device()
471 ibmphp_add_resource (mem_tmp); in configure_device()
[all …]