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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.c603 * @req_p: request block
608 static int atp870u_queuecommand(struct scsi_cmnd * req_p, argument
616 c = scmd_channel(req_p);
617 req_p->sense_buffer[0]=0;
618 scsi_set_resid(req_p, 0);
619 if (scmd_channel(req_p) > 1) {
620 req_p->result = 0x00040000;
621 done(req_p);
623 printk("atp870u_queuecommand : req_p->device->channel > 1\n");
628 host = req_p
[all...]

Completed in 59 milliseconds