Home
last modified time | relevance | path

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

/drivers/scsi/
Datp870u.c607 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()
[all …]