Lines Matching refs:req_p
534 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()
572 done(req_p); in atp870u_queuecommand()
592 req_p->result = 0x00020000; in atp870u_queuecommand()
593 done(req_p); in atp870u_queuecommand()
597 dev->querequ[dev->quendu] = req_p; in atp870u_queuecommand()