Home
last modified time | relevance | path

Searched refs:getslot (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c555 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()
[all …]