Lines Matching refs:req_p
607 static int atp870u_queuecommand_lck(struct scsi_cmnd *req_p, in atp870u_queuecommand_lck() argument
615 c = scmd_channel(req_p); in atp870u_queuecommand_lck()
616 req_p->sense_buffer[0]=0; in atp870u_queuecommand_lck()
617 scsi_set_resid(req_p, 0); in atp870u_queuecommand_lck()
618 if (scmd_channel(req_p) > 1) { in atp870u_queuecommand_lck()
619 req_p->result = 0x00040000; in atp870u_queuecommand_lck()
620 done(req_p); in atp870u_queuecommand_lck()
627 host = req_p->device->host; in atp870u_queuecommand_lck()
633 m = m << scmd_id(req_p); in atp870u_queuecommand_lck()
640 req_p->result = 0x00040000; in atp870u_queuecommand_lck()
641 done(req_p); in atp870u_queuecommand_lck()
646 req_p->scsi_done = done; in atp870u_queuecommand_lck()
651 req_p->result = 0; in atp870u_queuecommand_lck()
652 done(req_p); in atp870u_queuecommand_lck()
675 req_p->result = 0x00020000; in atp870u_queuecommand_lck()
676 done(req_p); in atp870u_queuecommand_lck()
679 dev->quereq[c][dev->quend[c]] = req_p; in atp870u_queuecommand_lck()