Searched refs:mem_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.c785 mem_node->next = func->mem_head;
786 func->mem_head = mem_node;
865 mem_node->next = func->mem_head;
866 func->mem_head = mem_node;
932 mem_node->next = func->mem_head;
933 func->mem_head = mem_node;
1342 mem_node->next = ctrl->mem_head;
1343 ctrl->mem_head = mem_node;
1345 mem_node->next = func->mem_head;
1346 func->mem_head
[all...]
H A Dcpqphp_ctrl.c1532 res_lists.mem_head = ctrl->mem_head;
1541 ctrl->mem_head = res_lists.mem_head;
1545 cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
1641 else if (!func->bus_head && !func->mem_head &&
1649 if (temp_func->bus_head || temp_func->mem_head
1685 res_lists.mem_head = ctrl->mem_head;
1692 ctrl->mem_head
[all...]
H A Dcpqphp_nvram.c304 resNode = ctrl->mem_head;
546 mem_node->next = ctrl->mem_head;
547 ctrl->mem_head = mem_node;
635 rc &= cpqhp_resource_sort_and_combine(&(ctrl->mem_head));
H A Dcpqphp_sysfs.c47 res = ctrl->mem_head;
93 res = new_slot->mem_head;
H A Dcpqphp.h248 struct pci_resource *mem_head; member in struct:pci_func
291 struct pci_resource *mem_head; member in struct:controller
330 struct pci_resource *mem_head; member in struct:resource_lists
H A Dcpqphp_core.c1400 res = ctrl->mem_head;
1438 res = next->mem_head;

Completed in 67 milliseconds