Searched refs:HOLD_THROTTLE (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 1364 fas_set_throttles(fas, 0, N_SLOTS, HOLD_THROTTLE); in fas_quiesce_bus() 1436 fas_set_throttles(fas, 0, N_SLOTS, HOLD_THROTTLE); in fas_ncmds_checkdrain() 2869 (fas->f_throttle[slot] > HOLD_THROTTLE) && in fas_accept_pkt() 6522 if (what == HOLD_THROTTLE) { in fas_set_throttles() 6523 fas->f_throttle[i] = HOLD_THROTTLE; in fas_set_throttles() 6572 fas_set_all_lun_throttles(fas, slot, HOLD_THROTTLE); in fas_runpoll() 7170 if (fas->f_throttle[slot] == HOLD_THROTTLE) { in fas_handle_qfull() 7266 if ((fas->f_throttle[i] > HOLD_THROTTLE) && in fas_watch() 7763 fas_set_throttles(fas, slot, 1, HOLD_THROTTLE); in fas_do_scsi_abort() 8290 fas_set_all_lun_throttles(fas, slot, HOLD_THROTTLE); in fas_do_scsi_reset() [all …]
|
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 820 #define HOLD_THROTTLE 0 macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 341 case HOLD_THROTTLE: in display_targets()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1273 #define HOLD_THROTTLE 0 macro
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 3604 (ptgt->m_t_throttle > HOLD_THROTTLE) && in mptsas_accept_pkt() 6167 if (ptgt->m_t_throttle == HOLD_THROTTLE) { in mptsas_handle_qfull() 9399 if (what == HOLD_THROTTLE) { in mptsas_set_throttle() 9400 ptgt->m_t_throttle = HOLD_THROTTLE; in mptsas_set_throttle() 9698 mptsas_set_throttle(mpt, ptgt, HOLD_THROTTLE); in mptsas_setup_bus_reset_delay() 10267 (ptgt->m_t_throttle > HOLD_THROTTLE) && in mptsas_watchsubr_tgt() 10447 mptsas_set_throttle(mpt, ptgt, HOLD_THROTTLE); in mptsas_quiesce_bus() 10525 mptsas_set_throttle(mpt, ptgt, HOLD_THROTTLE); in mptsas_ncmds_checkdrain() 13179 mptsas_set_throttle(mpt, ptgt, HOLD_THROTTLE); in mptsas_restart_ioc()
|