Searched refs:SEQINT (Results 1 – 6 of 6) sorted by relevance
804 field SEQINT 0x01805 mask BAD_PHASE SEQINT /* unknown scsi bus phase */806 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */807 mask PROTO_VIOLATION 0x20|SEQINT /* SCSI protocol violation */ 808 mask NO_MATCH 0x30|SEQINT /* no cmd match for reconnect */809 mask IGN_WIDE_RES 0x40|SEQINT /* Complex IGN Wide Res Msg */810 mask PDATA_REINIT 0x50|SEQINT /*817 mask HOST_MSG_LOOP 0x60|SEQINT /*826 mask BAD_STATUS 0x70|SEQINT /* Bad status from target */827 mask PERR_DETECTED 0x80|SEQINT /*[all …]
114 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause() 637 } else if ((intstat & (SEQINT|SCSIINT)) != 0) { in ahc_intr() 640 if ((intstat & SEQINT) != 0) in ahc_intr()
945 intstat |= SEQINT; in ahd_intr()970 if ((intstat & SEQINT) != 0) in ahd_intr()
1536 #define SEQINT 0x01 macro
2392 #define SEQINT 0x04 macro
108 field SEQINT 0x04