Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c307 * @fail_head: Head of the list tracking requests that could not be
315 struct list_head *fail_head, in assign_requested_resources_sorted() argument
337 if (fail_head) { in assign_requested_resources_sorted()
338 add_to_list(fail_head, dev, res, in assign_requested_resources_sorted()
346 static unsigned long pci_fail_res_type_mask(struct list_head *fail_head) in pci_fail_res_type_mask() argument
352 list_for_each_entry(fail_res, fail_head, list) in pci_fail_res_type_mask()
387 static bool pci_required_resource_failed(struct list_head *fail_head) in pci_required_resource_failed() argument
391 list_for_each_entry(fail_res, fail_head, list) { in pci_required_resource_failed()
402 struct list_head *fail_head) in __assign_resources_sorted() argument
566 /* Reset any failed resource, cannot use fail_head a in __assign_resources_sorted()
588 pdev_assign_resources_sorted(struct pci_dev * dev,struct list_head * add_head,struct list_head * fail_head) pdev_assign_resources_sorted() argument
599 pbus_assign_resources_sorted(const struct pci_bus * bus,struct list_head * realloc_head,struct list_head * fail_head) pbus_assign_resources_sorted() argument
1569 __pci_bus_assign_resources(const struct pci_bus * bus,struct list_head * realloc_head,struct list_head * fail_head) __pci_bus_assign_resources() argument
1678 __pci_bridge_assign_resources(const struct pci_dev * bridge,struct list_head * add_head,struct list_head * fail_head) __pci_bridge_assign_resources() argument
2225 pci_prepare_next_assign_round(struct list_head * fail_head,int tried_times,enum release_type rel_type) pci_prepare_next_assign_round() argument
[all...]
H A Dpci.h353 struct list_head *fail_head);