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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dseagate.c540 static void (*done_fn) (struct scsi_cmnd *) = NULL; variable
602 if (done_fn) {
603 DPRINTK(PHASE_RESELECT, "scsi%d : done_fn(%d,%08x)", hostno, hostno, temp);
609 done_fn(SCtmp);
611 printk(KERN_ERR "done_fn() not defined.\n");
619 * seagate_command() function, after fixing it so that the done_fn()
622 * and if we simply call the done_fn when the command is done then another
636 done_fn = done;
674 done_fn(SCtmp);

Completed in 26 milliseconds