Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h375 #define SF_DECR_DELTA 5 macro
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2838 tsf->sf_throttle = SF_DECR_DELTA; in sf_els_callback()
4032 tsf->sf_throttle = SF_DECR_DELTA; in sf_inq_callback()
5899 if (sf->sf_ncmds > SF_DECR_DELTA) { in sf_throttle()
5900 sf->sf_throttle = sf->sf_ncmds - SF_DECR_DELTA; in sf_throttle()
5906 sf->sf_throttle = SF_DECR_DELTA; in sf_throttle()
5918 if (sf->sf_ncmds > SF_DECR_DELTA) { in sf_throttle()
5919 sf->sf_throttle = sf->sf_ncmds - SF_DECR_DELTA; in sf_throttle()
5921 sf->sf_throttle = SF_DECR_DELTA; in sf_throttle()