Home
last modified time | relevance | path

Searched refs:TARF_TAG (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dsiopvar_common.h124 #define TARF_TAG 0x04 /* target can do tags */ macro
Dsiop_common.c263 *targ_flags |= TARF_TAG; in siop_setuptables()
276 *targ_flags &= ~TARF_TAG; in siop_setuptables()
299 (*targ_flags & TARF_TAG) && in siop_setuptables()
987 (siop_target->flags & TARF_TAG) ? "tagged " : "", in siop_update_xfer_mode()
1031 siop_target->flags &= ~TARF_TAG; in siop_update_xfer_mode()
Dsiop.c1275 ((sc->sc_c.targets[target]->flags & TARF_TAG) ? in siop_handle_reset()
2085 ((siop_target->target_c.flags & TARF_TAG) ? in siop_add_dev()
2112 if (siop_target->target_c.flags & TARF_TAG) { in siop_add_dev()