Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c743 fas->f_dslot = NLUNS_PER_TARGET; in fas_attach()
1449 uint_t d = ((fas->f_dslot == 0)? 1 : fas->f_dslot); in fas_check_outstanding()
1929 slot = NEXTSLOT(slot, fas->f_dslot); in fas_check_ncmds()
2781 fas->f_dslot = 1; in fas_accept_pkt()
3040 short dslot = fas->f_dslot; in fas_ustart()
7311 int d = ((fas->f_dslot == 0)? 1 : fas->f_dslot); in fas_watchsubr()
7372 int d = ((fas->f_dslot == 0)? 1 : fas->f_dslot); in fas_cmd_timeout()
8725 slot = NEXTSLOT(slot, fas->f_dslot); in fas_reset_recovery()
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h193 uchar_t f_dslot; /* delta to next slot */ member