Searched refs:add_res (Results 1 – 1 of 1) sorted by relevance
222 struct pci_dev_resource *add_res, *tmp; in reassign_resources_sorted() local227 list_for_each_entry_safe(add_res, tmp, realloc_head, list) { in reassign_resources_sorted()230 res = add_res->res; in reassign_resources_sorted()245 idx = res - &add_res->dev->resource[0]; in reassign_resources_sorted()246 add_size = add_res->add_size; in reassign_resources_sorted()247 align = add_res->min_align; in reassign_resources_sorted()251 if (pci_assign_resource(add_res->dev, idx)) in reassign_resources_sorted()254 res->flags |= add_res->flags & in reassign_resources_sorted()256 if (pci_reassign_resource(add_res->dev, idx, in reassign_resources_sorted()258 pci_printk(KERN_DEBUG, add_res->dev, in reassign_resources_sorted()[all …]