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