Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c2597 fas->f_throttle[slot]); in fas_prepare_pkt()
2817 (fas->f_throttle[slot] == DRAIN_THROTTLE)) { in fas_accept_pkt()
2833 (fas->f_throttle[slot] > fas->f_tcmds[slot])) { in fas_accept_pkt()
2868 (fas->f_tcmds[slot] >= fas->f_throttle[slot]) && in fas_accept_pkt()
2869 (fas->f_throttle[slot] > HOLD_THROTTLE) && in fas_accept_pkt()
2974 fas->f_throttle[slot] = DRAIN_THROTTLE; in fas_alloc_tag()
3059 if (fas->f_throttle[slot] == DRAIN_THROTTLE && in fas_ustart()
3065 (fas->f_throttle[slot] > fas->f_tcmds[slot])) { in fas_ustart()
3114 ASSERT(fas->f_throttle[slot] > 0); in fas_startcmd()
3136 fas->f_throttle[slot] = DRAIN_THROTTLE; in fas_startcmd()
[all …]
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h381 short f_throttle[N_SLOTS]; member