Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dncr5380var.h70 #define SR_IMMED 1 /* Immediate command */ macro
Dncr5380sbc.c650 sr->sr_flags = (flags & SCSI_POLL) ? SR_IMMED : 0;
899 if (sr->sr_flags & SR_IMMED) {
1036 if ((sr->sr_flags & SR_IMMED) == 0) {
1859 if (sr->sr_flags & (SR_IMMED | SR_SENSE))
2309 if ((sr->sr_flags & SR_IMMED) == 0) {
/mirbsd/src/sys/scsi/
Dscsi_tape.h96 #define SR_IMMED 0x01 macro