Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Datp870u.c125 struct scsi_cmnd *workreq; in atp870u_intr_handle() local
346 workreq = dev->id[c][target_id].curr_req; in atp870u_intr_handle()
348 scmd_printk(KERN_DEBUG, workreq, "CDB"); in atp870u_intr_handle()
349 for (l = 0; l < workreq->cmd_len; l++) in atp870u_intr_handle()
350 printk(KERN_DEBUG " %x",workreq->cmnd[l]); in atp870u_intr_handle()
382 if ((workreq->cmnd[0] == READ_6) || in atp870u_intr_handle()
383 (workreq->cmnd[0] == READ_10) || in atp870u_intr_handle()
384 (workreq->cmnd[0] == WRITE_6) || in atp870u_intr_handle()
385 (workreq->cmnd[0] == WRITE_10)) { in atp870u_intr_handle()
390 if ((workreq->cmnd[0] == READ_6) || in atp870u_intr_handle()
[all …]