Lines Matching refs:OpDone
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()
492 OpDone (SCpnt, PsiRaidCmd (padapter, CMD_RAID_FAIL) << 16); in Pci2000_QueueCommand()
605 OpDone (SCpnt, DID_ERROR << 16); in Pci2000_QueueCommand()
613 OpDone (SCpnt, rc << 16); in Pci2000_QueueCommand()