Lines Matching refs:tmp_slot
710 struct slot *tmp_slot; in is_bus_empty() local
718 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() local
843 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()
847 !(SLOT_CONNECT(tmp_slot->status))) in check_limitations()