Searched refs:io_head (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c769 io_node->next = func->io_head;
770 func->io_head = io_node;
831 io_node->next = func->io_head;
832 func->io_head = io_node;
898 io_node->next = func->io_head;
899 func->io_head = io_node;
1319 io_node->next = ctrl->io_head;
1320 ctrl->io_head = io_node;
1322 io_node->next = func->io_head;
1323 func->io_head
[all...]
H A Dcpqphp_ctrl.c1531 res_lists.io_head = ctrl->io_head;
1540 ctrl->io_head = res_lists.io_head;
1547 cpqhp_resource_sort_and_combine(&(ctrl->io_head));
1642 !func->p_mem_head && !func->io_head) {
1650 || temp_func->p_mem_head || temp_func->io_head) {
1684 res_lists.io_head = ctrl->io_head;
1691 ctrl->io_head
[all...]
H A Dcpqphp_nvram.c354 resNode = ctrl->io_head;
602 io_node->next = ctrl->io_head;
603 ctrl->io_head = io_node;
637 rc &= cpqhp_resource_sort_and_combine(&(ctrl->io_head));
H A Dcpqphp_sysfs.c61 res = ctrl->io_head;
107 res = new_slot->io_head;
H A Dcpqphp.h250 struct pci_resource *io_head; member in struct:pci_func
293 struct pci_resource *io_head; member in struct:controller
332 struct pci_resource *io_head; member in struct:resource_lists
H A Dcpqphp_core.c1393 res = ctrl->io_head;
1431 res = next->io_head;

Completed in 184 milliseconds