Searched refs:my_done (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha1740.c229 void (*my_done)(Scsi_Cmnd *);
309 my_done = ecbptr->done;
311 if ( my_done )
312 my_done(SCtmp);
H A Dfd_mcs.c604 static void my_done(struct Scsi_Host *shpnt, int error) function
613 panic("fd_mcs: my_done() called outside of command\n");
620 /* only my_done needs to be protected */
648 /* Abort calls my_done, so we do nothing here. */
666 my_done(shpnt, DID_BUS_BUSY << 16);
692 my_done(shpnt, DID_NO_CONNECT << 16);
1041 my_done(shpnt, (current_SC->SCp.Status & 0xff)
1239 my_done(shpnt, DID_ABORT << 16);
H A Dfdomain.c1052 static void my_done(int error) function
1063 panic( "scsi: <fdomain> my_done() called outside of command\n" );
1099 /* Abort calls my_done, so we do nothing here. */
1119 my_done( DID_BUS_BUSY << 16 );
1145 my_done( DID_NO_CONNECT << 16 );
1343 my_done( (current_SC->SCp.Status & 0xff)
1510 my_done(DID_ABORT << 16);
H A Daha1542.c435 void (*my_done) (Scsi_Cmnd *) = NULL;
541 my_done = SCtmp->scsi_done;
588 my_done(SCtmp);

Completed in 75 milliseconds