Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c571 hsp->hs_slot_number, SCSB_RESET_SLOT) == 0) { in hsc_set_config_state()
818 SCSB_RESET_SLOT); in scsb_hsc_disable_slot()
1051 SCSB_RESET_SLOT); in scsb_hsc_init_slot_state()
1070 slot_number, SCSB_RESET_SLOT); in scsb_hsc_init_slot_state()
1326 slot_number, SCSB_RESET_SLOT) == 0) { in scsb_hsc_board_healthy()
1941 SCSB_RESET_SLOT) != 0) { in scsb_hsc_restore()
2077 SCSB_RESET_SLOT) == 0) { in hsc_enum_intr()
H A Dscsb.c3844 reset_state = (suip->unit_state == ON) ? SCSB_RESET_SLOT : in scsb_reset_unit()
6812 if (val && (reset_flag == SCSB_RESET_SLOT)) { in scsb_reset_slot()
6853 if (reset_flag == SCSB_RESET_SLOT) { in scsb_reset_slot()
6955 if ((val == 0) && (reset_flag == SCSB_RESET_SLOT)) { in scsb_reset_slot()
7034 if (scsb_reset_slot(scsb, slotnum, SCSB_RESET_SLOT) != 0) { in scsb_disconnect_slot()
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb.h61 #define SCSB_RESET_SLOT 1 macro