Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h59 #define PMCS_IOMB_VALID (1U << 31) macro
79 (PMCS_IOMB_VALID | (1 << PMCS_IOMB_BC_SHIFT) | \
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1701 if (word0 & PMCS_IOMB_VALID) { in dump_one_qentry_outbound()
1838 if (word0 & PMCS_IOMB_VALID) { in dump_one_qentry_inbound()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c33 if (!(w & PMCS_IOMB_VALID)) { \