Home
last modified time | relevance | path

Searched refs:req_p (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Datp870u.c534 int atp870u_queuecommand(Scsi_Cmnd * req_p, void (*done) (Scsi_Cmnd *)) in atp870u_queuecommand() argument
543 if (req_p->host == atp_host[h]) { in atp870u_queuecommand()
549 if (req_p->channel != 0) { in atp870u_queuecommand()
550 req_p->result = 0x00040000; in atp870u_queuecommand()
551 done(req_p); in atp870u_queuecommand()
556 m = m << req_p->target; in atp870u_queuecommand()
563 req_p->result = 0x00040000; in atp870u_queuecommand()
564 done(req_p); in atp870u_queuecommand()
568 req_p->scsi_done = done; in atp870u_queuecommand()
571 req_p->result = 0; in atp870u_queuecommand()
[all …]