Searched refs:SR_IMMED (Results 1 – 3 of 3) sorted by relevance
70 #define SR_IMMED 1 /* Immediate command */ macro
650 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) {
96 #define SR_IMMED 0x01 macro