Searched refs:PMCS_TAG_FREE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h365 #define PMCS_TAG_FREE 0 macro
367 (((x)->htag == PMCS_TAG_FREE) || (((x)->htag & PMCS_TAG_DONE) != 0))
369 ((x)->htag != PMCS_TAG_FREE && (x)->state == PMCS_WORK_STATE_ONCHIP)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c2235 if (pwrk->htag != PMCS_TAG_FREE) {
2740 if (pwrk->htag != PMCS_TAG_FREE) {
H A Dpmcs_subr.c4752 ASSERT(p->htag == PMCS_TAG_FREE);
4792 p->htag = PMCS_TAG_FREE;

Completed in 81 milliseconds