Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h291 ushort_t f_notag; member
511 fas::f_notag fas::f_suspended fas::f_ndisc))
825 #define NOTAG(tgt) (fas->f_notag & (1<<(tgt)))
826 #define TAGGED(tgt) ((fas->f_notag & (1<<(tgt))) == 0)
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c732 fas->f_nowide = fas->f_notag = ALL_TARGETS; in fas_attach()
6528 ((fas->f_notag & tshift)? 1 : what); in fas_set_throttles()
8971 ushort_t old_notag = fas->f_notag; in fas_commoncap()
8985 fas->f_notag &= ntshift; in fas_commoncap()
8992 fas->f_notag |= tshift; in fas_commoncap()
8997 fas->f_notag = old_notag; in fas_commoncap()
9083 if (tgtonly && ((fas->f_notag & tshift) == 0)) { in fas_commoncap()
9161 tq_enabled = ((fas->f_notag & (1<<tgt))? 0 : 1); in fas_update_props()