Searched refs:tmp_slot (Results 1 – 3 of 3) sorted by relevance
692 struct slot *tmp_slot; in ebda_rsrc_controller() local843 tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL); in ebda_rsrc_controller()844 if (!tmp_slot) { in ebda_rsrc_controller()849 tmp_slot->flag = 1; in ebda_rsrc_controller()853 tmp_slot->supported_speed = 3; in ebda_rsrc_controller()855 tmp_slot->supported_speed = 2; in ebda_rsrc_controller()857 tmp_slot->supported_speed = 1; in ebda_rsrc_controller()872 tmp_slot->bus_on = bus_info_ptr1; in ebda_rsrc_controller()874 tmp_slot->ctrl = hpc_ptr; in ebda_rsrc_controller()901 pci_find_bus(0, tmp_slot->bus), tmp_slot->device, name); in ebda_rsrc_controller()[all …]
56 struct slot *tmp_slot; in is_registered() local58 list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) { in is_registered()59 if (!strcmp(tmp_slot->name, slot->name)) in is_registered()
710 struct slot *tmp_slot; in is_bus_empty() local718 tmp_slot = ibmphp_get_slot_from_physical_num(i); in is_bus_empty()719 if (!tmp_slot) in is_bus_empty()721 rc = slot_update(&tmp_slot); in is_bus_empty()724 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty()725 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty()838 struct slot *tmp_slot; in check_limitations() local843 tmp_slot = ibmphp_get_slot_from_physical_num(i); in check_limitations()844 if (!tmp_slot) in check_limitations()846 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations()[all …]
Completed in 10 milliseconds