Lines Matching refs:getslot
555 pci_getslot_t getslot; in schpc_connect() local
622 rval = schpc_getslotstatus(expander, board, slot, &getslot); in schpc_connect()
638 if (getslot.slot_replystatus != PCIMSG_REPLY_GOOD) { in schpc_connect()
650 if (getslot.slot_empty) { in schpc_connect()
658 "slot_freq_cap %d", slot, getslot.slot_freq_setting, in schpc_connect()
659 getslot.slot_freq_cap); in schpc_connect()
662 (getslot.slot_freq_setting > getslot.slot_freq_cap)) { in schpc_connect()
736 rval = schpc_getslotstatus(expander, board, slot, &getslot); in schpc_connect()
753 if (getslot.slot_replystatus != PCIMSG_REPLY_GOOD) { in schpc_connect()
766 if ((getslot.slot_powergood != PCIMSG_ON) || in schpc_connect()
767 (getslot.slot_powerfault == PCIMSG_ON)) { in schpc_connect()
793 if (!getslot.slot_HEALTHY) { in schpc_connect()
877 freq = schpc_slot_freq(&getslot); in schpc_connect()