Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h375 #define SF_DECR_DELTA 5 macro
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2840 tsf->sf_throttle = SF_DECR_DELTA; in sf_els_callback()
4034 tsf->sf_throttle = SF_DECR_DELTA; in sf_inq_callback()
5901 if (sf->sf_ncmds > SF_DECR_DELTA) { in sf_throttle()
5902 sf->sf_throttle = sf->sf_ncmds - SF_DECR_DELTA; in sf_throttle()
5908 sf->sf_throttle = SF_DECR_DELTA; in sf_throttle()
5920 if (sf->sf_ncmds > SF_DECR_DELTA) { in sf_throttle()
5921 sf->sf_throttle = sf->sf_ncmds - SF_DECR_DELTA; in sf_throttle()
5923 sf->sf_throttle = SF_DECR_DELTA; in sf_throttle()