Searched refs:my_done (Results 1 – 4 of 4) sorted by relevance
216 void (*my_done)(Scsi_Cmnd *); in aha1740_intr_handle() local277 my_done = ecbptr->done; in aha1740_intr_handle()279 if ( my_done ) in aha1740_intr_handle()280 my_done(SCtmp); in aha1740_intr_handle()
681 static void my_done( struct Scsi_Host *shpnt, int error ) in my_done() function744 my_done( shpnt, DID_BUS_BUSY << 16 ); in fd_mcs_intr()770 my_done( shpnt, DID_NO_CONNECT << 16 ); in fd_mcs_intr()1121 my_done( shpnt, in fd_mcs_intr()1346 my_done( shpnt, DID_ABORT << 16 ); in fd_mcs_abort()
1203 void my_done( int error ) in my_done() function1270 my_done( DID_BUS_BUSY << 16 ); in do_fdomain_16x0_intr()1296 my_done( DID_NO_CONNECT << 16 ); in do_fdomain_16x0_intr()1643 my_done( (current_SC->SCp.Status & 0xff) in do_fdomain_16x0_intr()1840 my_done( DID_ABORT << 16 ); in fdomain_16x0_abort()
429 void (*my_done) (Scsi_Cmnd *) = NULL; in aha1542_intr_handle() local541 my_done = SCtmp->scsi_done; in aha1542_intr_handle()590 my_done(SCtmp); in aha1542_intr_handle()