Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Datp870u.c124 struct scsi_cmnd *workreq; in atp870u_intr_handle() local
332 workreq = dev->id[c][target_id].curr_req; in atp870u_intr_handle()
334 scmd_printk(KERN_DEBUG, workreq, "CDB"); in atp870u_intr_handle()
335 for (l = 0; l < workreq->cmd_len; l++) in atp870u_intr_handle()
336 printk(KERN_DEBUG " %x",workreq->cmnd[l]); in atp870u_intr_handle()
365 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
370 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
375 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()
459 workreq = dev->id[c][target_id].curr_req; in atp870u_intr_handle()
466 workreq->result = atp_readb_io(dev, c, 0x0f); in atp870u_intr_handle()
[all …]