Searched refs:driver_byte (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi.h124 * driver_byte = set by mid-level.
129 #define driver_byte(result) (((result) >> 24) & 0xff) macro
130 #define suggestion(result) (driver_byte(result) & SUGGEST_MASK)
H A Dscsi_lib.c641 if (driver_byte(result) != 0) {
744 if (driver_byte(result) & DRIVER_SENSE)
H A Dscsi_ioctl.c112 if (driver_byte(SRpnt->sr_result) != 0)
H A Dsd.c623 if (driver_byte(result) != 0 && /* An error occured */
841 && ((driver_byte(the_result) & DRIVER_SENSE) != 0)
932 driver_byte(the_result)
934 if (driver_byte(the_result) & DRIVER_SENSE)
H A Dconstants.c959 int i,dr=driver_byte(scsiresult)&DRIVER_MASK,
960 su=(driver_byte(scsiresult)&SUGGEST_MASK)>>4;
968 printk("Driverbyte=0x%02x",driver_byte(scsiresult));
975 { printk("Driverbyte=0x%02x ",driver_byte(scsiresult));
H A Dscsi_scan.c591 if ((driver_byte(SRpnt->sr_result) & DRIVER_SENSE) != 0 &&
H A Dsr_ioctl.c121 if (driver_byte(result) != 0) {
H A Dst.c251 if ((driver_byte(result) & DRIVER_SENSE) == DRIVER_SENSE)
266 if (driver_byte(result) & DRIVER_SENSE)
269 if (!(driver_byte(result) & DRIVER_SENSE) ||
278 if (driver_byte(result) & DRIVER_SENSE) {
285 driver_byte(result) & DRIVER_MASK, host_byte(result));
H A Dscsi_error.c670 if (((driver_byte(SCpnt->result) & DRIVER_SENSE) ||
H A Dsr.c213 if (driver_byte(result) != 0 && /* An error occurred */
H A Dosst.c200 if (driver_byte(result) & DRIVER_SENSE)
214 if (driver_byte(result) & DRIVER_SENSE)
219 if (!(driver_byte(result) & DRIVER_SENSE) ||
228 if (driver_byte(result) & DRIVER_SENSE) {
237 dev, result, suggestion(result), driver_byte(result) & DRIVER_MASK,
H A Dscsiiom.c1585 ((driver_byte(pcmd->result) & DRIVER_SENSE) && (pcmd->sense_buffer[0] & 0x70) == 0x70 &&
H A Dsg.c1259 srp->header.driver_status = driver_byte(SRpnt->sr_result);
1266 if (driver_byte(SRpnt->sr_result) != 0

Completed in 256 milliseconds