Searched refs:DID_SOFT_ERROR (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi.h327 #define DID_SOFT_ERROR 0x0b /* The low level driver just wish a retry */ macro
H A DcpqfcTSworker.c2769 if( (Cmnd->result >> 16) == DID_SOFT_ERROR )
3050 Cmnd->result = (DID_SOFT_ERROR << 16); // ask for retry
3515 Cmnd->result = (DID_SOFT_ERROR <<16); // force retry
6034 // printk("result DID_SOFT_ERROR, x_ID %Xh, Cmnd %p\n",
6036 Exchanges->fcExchange[ x_ID ].Cmnd->result = (DID_SOFT_ERROR <<16);
6043 // printk("result DID_SOFT_ERROR, x_ID %Xh, Cmnd %p\n",
6045 Exchanges->fcExchange[ x_ID ].Cmnd->result = (DID_SOFT_ERROR <<16);
6059 // printk("result DID_SOFT_ERROR, x_ID %Xh, Cmnd %p\n",
6061 Exchanges->fcExchange[ x_ID ].Cmnd->result = (DID_SOFT_ERROR <<16);
6102 Exchanges->fcExchange[ x_ID ].Cmnd->result = (DID_SOFT_ERROR <<1
[all...]
H A Du14-34f.c1817 #if defined(DID_SOFT_ERROR)
1818 status = DID_SOFT_ERROR << 16;
H A Dscsi_error.c947 * When the low level driver returns DID_SOFT_ERROR,
955 case DID_SOFT_ERROR:
H A Deata.c2307 #if defined(DID_SOFT_ERROR)
2308 status = DID_SOFT_ERROR << 16;
H A Dqlogicfc.c1416 hostdata->handle_ptrs[i]->result = DID_SOFT_ERROR << 16;
H A Dsg.c434 case DID_SOFT_ERROR:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h391 #define CAM_REQUEUE_REQ DID_SOFT_ERROR
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptscsih.c392 * Maybe: DRIVER_BUSY | SUGGEST_RETRY | DID_SOFT_ERROR (retry)
452 sc->result = DID_SOFT_ERROR << 16;
534 sc->result = DID_SOFT_ERROR << 16;
578 sc->result = DID_SOFT_ERROR << 16;
595 sc->result = DID_SOFT_ERROR << 16;
3447 SCpnt->result = DID_SOFT_ERROR << 16;

Completed in 99 milliseconds