Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h73 ushort_t f_n_slots; /* number of a_slots */ member
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1232 for (tag = 0; tag < active->f_n_slots; tag++) { in fas_dr_detach()
1916 t = fas->f_active[slot]->f_n_slots; in fas_check_ncmds()
2784 ((fas->f_active[slot]->f_n_slots != NTAGS) && in fas_accept_pkt()
2928 ASSERT(tag_slots->f_n_slots == NTAGS); in fas_alloc_tag()
3677 ushort_t t = tag_slots->f_n_slots; in fas_remove_cmd()
7418 n = fas->f_active[slot]->f_n_slots; in fas_cmd_timeout()
7886 for (tag = 0; tag < fas->f_active[slot]->f_n_slots; tag++) { in fas_mark_packets()
8024 for (tag = 0; tag < fas->f_active[slot]->f_n_slots; tag++) { in fas_flush_tagQ()
8046 (ushort_t)fas->f_active[slot]->f_n_slots; in fas_flush_tagQ()
9213 fas->f_active[slot]->f_n_slots = (NOTAG(target) ? 1 : NTAGS); in fas_alloc_active_slots()