Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c333 switch (ptgt->m_t_throttle) { in display_targets()
348 ptgt->m_t_throttle); in display_targets()
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3466 (ptgt->m_t_throttle == DRAIN_THROTTLE)) { in mptsas_accept_pkt()
3516 (ptgt->m_t_throttle > HOLD_THROTTLE) && in mptsas_accept_pkt()
3517 (ptgt->m_t_ncmds < ptgt->m_t_throttle) && in mptsas_accept_pkt()
6062 ptgt->m_t_throttle = in mptsas_handle_qfull()
6079 if (ptgt->m_t_throttle == HOLD_THROTTLE) { in mptsas_handle_qfull()
8402 if (ptgt->m_t_throttle == QFULL_THROTTLE) { in mptsas_restart_cmd()
8564 if (ptgt && (ptgt->m_t_throttle == DRAIN_THROTTLE) && in mptsas_restart_waitq()
8571 ptgt->m_t_throttle))) { in mptsas_restart_waitq()
8703 ptgt->m_t_throttle = 1; in mptsas_start_cmd()
9313 ptgt->m_t_throttle = HOLD_THROTTLE; in mptsas_set_throttle()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h222 int32_t m_t_throttle; member