Searched refs:TAGGED (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h826 #define TAGGED(tgt) ((fas->f_notag & (1<<(tgt))) == 0) macro
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c2589 if (TAGGED(Tgt(sp))) {
2786 TAGGED(Tgt(sp)))) {
2868 } else if (TAGGED(Tgt(sp)) &&
3128 TAGGED(target) && fas->f_tcmds[slot] &&
3154 if (TAGGED(target) && (sp->cmd_pkt_flags & FLAG_TAGMASK)) {
4164 if (TAGGED(target) && fas->f_tcmds[slot] &&
5635 msgout = (TAGGED(tgt)? MSG_ABORT_TAG : MSG_ABORT);
5696 if (TAGGED(tgt)) {
8225 if (sp && (TAGGED(target) && (msg == MSG_ABORT_TAG))) {
8848 TAGGED(targe
[all...]

Completed in 128 milliseconds