Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2723 sf->sf_ncmds = ncmds; in sf_els_callback()
3606 sf->sf_ncmds = ncmds; in sf_reportlun_callback()
3962 sf->sf_ncmds = ncmds; in sf_inq_callback()
5199 if ((sf->sf_ncmds >= sf->sf_throttle) || in sf_start()
5239 sf->sf_ncmds++; in sf_start_internal()
5254 sf->sf_ncmds--; in sf_start_internal()
5346 sf->sf_ncmds++; in sf_dopoll()
5371 sf->sf_ncmds--; in sf_dopoll()
5797 sf->sf_ncmds = ncmds; in sf_cmd_callback()
5829 (sf->sf_ncmds < sf->sf_throttle)) { in sf_throttle_start()
[all …]
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h88 int sf_ncmds; member