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

/linux-master/drivers/scsi/
H A Datp870u.c125 struct scsi_cmnd *workreq; local
346 workreq = dev->id[c][target_id].curr_req;
348 scmd_printk(KERN_DEBUG, workreq, "CDB");
349 for (l = 0; l < workreq->cmd_len; l++)
350 printk(KERN_DEBUG " %x",workreq->cmnd[l]);
381 //j=workreq->cmnd[0];
382 if ((workreq->cmnd[0] == READ_6) ||
383 (workreq->cmnd[0] == READ_10) ||
384 (workreq->cmnd[0] == WRITE_6) ||
385 (workreq
712 struct scsi_cmnd *workreq = NULL; local
[all...]

Completed in 209 milliseconds