Searched refs:OpDone (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | pci2000.c | 163 static void OpDone (Scsi_Cmnd *SCpnt, ULONG status) in OpDone() function 357 OpDone (SCpnt, DID_TIME_OUT << 16); in Irq_Handler() 365 OpDone (SCpnt, DID_TIME_OUT << 16); in Irq_Handler() 378 OpDone (SCpnt, (DID_OK << 16) | 2); in Irq_Handler() 382 OpDone (SCpnt, (DRIVER_SENSE << 24) | (DID_OK << 16) | 2); // test caller we have sense data too in Irq_Handler() 384 OpDone (SCpnt, DID_ERROR << 16); in Irq_Handler() 387 OpDone (SCpnt, DID_ERROR << 16); in Irq_Handler() 393 OpDone (SCpnt, DID_OK << 16); in Irq_Handler() 486 OpDone (SCpnt, PsiRaidCmd (padapter, CMD_RAID_REBUILD) << 16); in Pci2000_QueueCommand() 489 OpDone (SCpnt, PsiRaidCmd (padapter, CMD_RAID_MUTE) << 16); in Pci2000_QueueCommand() [all …]
|
D | pci2220i.c | 723 static void OpDone (PADAPTER2220I padapter, ULONG result) in OpDone() function 1170 OpDone (padapter, DecodeError (padapter, inb_p (padapter->regStatCmd))); in TimerExpiry() 1184 OpDone (padapter, DID_ERROR << 16); in TimerExpiry() 1188 OpDone (padapter, DID_ERROR << 16); in TimerExpiry() 1196 OpDone (padapter, DID_ERROR << 16); in TimerExpiry() 1203 OpDone (padapter, DID_ERROR << 16); in TimerExpiry() 1210 OpDone (padapter, DID_ERROR << 16); in TimerExpiry() 1290 OpDone (padapter, DecodeError (padapter, status)); in TimerExpiry() 1668 OpDone (padapter, DID_ERROR << 16); in Irq_Handler() 1673 OpDone (padapter, DID_ERROR << 16); in Irq_Handler() [all …]
|