Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h67 #define PMCS_IOMB_OPCODE_MASK (0xfff) macro
82 (opcode & PMCS_IOMB_OPCODE_MASK))
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1612 uint16_t opcode = word0 & PMCS_IOMB_OPCODE_MASK; in iomb_is_dev_hdl_specific()
1690 word0 & PMCS_IOMB_OPCODE_MASK); in dump_one_qentry_outbound()
1712 outbound_iomb_opcode(word0 & PMCS_IOMB_OPCODE_MASK)); in dump_one_qentry_outbound()
1713 if ((word0 & PMCS_IOMB_OPCODE_MASK) == PMCOUT_SAS_HW_EVENT) { in dump_one_qentry_outbound()
1849 inbound_iomb_opcode(word0 & PMCS_IOMB_OPCODE_MASK)); in dump_one_qentry_inbound()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c1340 switch (w0 & PMCS_IOMB_OPCODE_MASK) { in pmcs_general_intr()
1567 iomb_opcode = (w0 & PMCS_IOMB_OPCODE_MASK); in pmcs_iodone_intr()
1666 switch (w0 & PMCS_IOMB_OPCODE_MASK) { in pmcs_event_intr()