Searched refs:tagmap (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h124 uint32_t tagmap; /* SATA specific */ member in struct:pmcs_xscsi
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c165 xp->tagmap = 0;
H A Dpmcs_scsa.c2484 * Get a tag. At this point, hold statlock until the tagmap is
2489 if ((xp->tagmap & (1 << tag)) == 0) {
2581 xp->tagmap |= (1 << tag);
2723 xp->tagmap &= ~(1 << sp->cmd_satltag);
H A Dpmcs_subr.c6828 xp->tagmap = 0;
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c825 xs.tagmap, xs.qdepth);

Completed in 106 milliseconds