Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c347 struct resource_node *mem_tmp; in configure_device() local
439 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_device()
440 if (!mem_tmp) { in configure_device()
444 mem_tmp->type = MEM; in configure_device()
445 mem_tmp->busno = pfmem[count]->busno; in configure_device()
446 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device()
447 mem_tmp->len = pfmem[count]->len; in configure_device()
449 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_device()
450 ibmphp_add_resource(mem_tmp); in configure_device()
452 pfmem[count]->rangeno = mem_tmp->rangeno; in configure_device()
[all …]