Searched refs:old_slot (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c998 * @old_slot: slot to remove
1002 static int slot_remove(struct pci_func * old_slot) argument
1006 if (old_slot == NULL)
1009 next = cpqhp_slot_list[old_slot->bus];
1015 if (next == old_slot) {
1016 cpqhp_slot_list[old_slot->bus] = old_slot->next;
1017 cpqhp_destroy_board_resources(old_slot);
1018 kfree(old_slot);
1022 while ((next->next != old_slot)
[all...]
H A Dcpqphp_core.c465 struct slot *old_slot, *next_slot; local
467 old_slot = ctrl->slot;
470 while (old_slot) {
472 next_slot = old_slot->next;
473 pci_hp_deregister (old_slot->hotplug_slot);
474 old_slot = next_slot;

Completed in 45 milliseconds