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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daha1740.c230 void (*my_done)(Scsi_Cmnd *);
298 my_done = ecbptr->done;
300 if ( my_done )
301 my_done(SCtmp);
H A Dfd_mcs.c605 static void my_done(struct Scsi_Host *shpnt, int error) function
614 panic("fd_mcs: my_done() called outside of command\n");
621 /* only my_done needs to be protected */
649 /* Abort calls my_done, so we do nothing here. */
667 my_done(shpnt, DID_BUS_BUSY << 16);
693 my_done(shpnt, DID_NO_CONNECT << 16);
1024 my_done(shpnt, (current_SC->SCp.Status & 0xff)
1226 my_done(shpnt, DID_ABORT << 16);
H A Dfdomain.c1077 static void my_done(int error) function
1088 panic( "scsi: <fdomain> my_done() called outside of command\n" );
1124 /* Abort calls my_done, so we do nothing here. */
1144 my_done( DID_BUS_BUSY << 16 );
1170 my_done( DID_NO_CONNECT << 16 );
1367 my_done( (current_SC->SCp.Status & 0xff)
1532 my_done(DID_ABORT << 16);
H A Daha1542.c403 void (*my_done) (Scsi_Cmnd *) = NULL;
509 my_done = SCtmp->scsi_done;
556 my_done(SCtmp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daha1740.c230 void (*my_done)(Scsi_Cmnd *);
298 my_done = ecbptr->done;
300 if ( my_done )
301 my_done(SCtmp);
H A Dfd_mcs.c605 static void my_done(struct Scsi_Host *shpnt, int error) function
614 panic("fd_mcs: my_done() called outside of command\n");
621 /* only my_done needs to be protected */
649 /* Abort calls my_done, so we do nothing here. */
667 my_done(shpnt, DID_BUS_BUSY << 16);
693 my_done(shpnt, DID_NO_CONNECT << 16);
1024 my_done(shpnt, (current_SC->SCp.Status & 0xff)
1226 my_done(shpnt, DID_ABORT << 16);
H A Dfdomain.c1077 static void my_done(int error) function
1088 panic( "scsi: <fdomain> my_done() called outside of command\n" );
1124 /* Abort calls my_done, so we do nothing here. */
1144 my_done( DID_BUS_BUSY << 16 );
1170 my_done( DID_NO_CONNECT << 16 );
1367 my_done( (current_SC->SCp.Status & 0xff)
1532 my_done(DID_ABORT << 16);
H A Daha1542.c403 void (*my_done) (Scsi_Cmnd *) = NULL;
509 my_done = SCtmp->scsi_done;
556 my_done(SCtmp);

Completed in 200 milliseconds