Searched refs:my_done (Results 1 – 2 of 2) sorted by relevance
210 void (*my_done)(struct scsi_cmnd *); in aha1740_intr_handle() local278 my_done = ecbptr->done; in aha1740_intr_handle()280 if ( my_done ) in aha1740_intr_handle()281 my_done(SCtmp); in aha1740_intr_handle()
263 void (*my_done)(struct scsi_cmnd *) = NULL; in aha1542_interrupt() local356 my_done = tmp_cmd->scsi_done; in aha1542_interrupt()387 my_done(tmp_cmd); in aha1542_interrupt()