HomeSort by: relevance | last modified time | path
    Searched refs:T_TAG (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
wd33c93var.h 110 #define T_TAG 0x40 /* Turn on TAG QUEUEs */
wd33c93.c 634 ti->flags |= T_TAG;
636 ti->flags &= ~T_TAG;
688 else if ((ti->flags & T_TAG) == 0)
1550 ti->flags &= ~T_TAG;
2266 if ((ti->flags & (T_NODISC|T_TAG)) == T_TAG)
ncr53c9xvar.h 176 #define T_TAG 0x40 /* Turn on TAG QUEUEs */
ncr53c9x.c 542 ti->flags &= ~T_TAG;
947 ti->flags |= T_TAG;
949 ti->flags &= ~T_TAG;
999 if ((ti->flags & (T_RSELECTOFF|T_TAG)) == T_TAG)
1094 else if ((ti->flags & T_TAG) == 0)
1672 ti->flags &= ~T_TAG;

Completed in 30 milliseconds