Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A 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()
364 //j=workreq->cmnd[0]; in atp870u_intr_handle()
365 if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (workreq in atp870u_intr_handle()
683 struct scsi_cmnd *workreq = NULL; send_s870() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()
381 //j=workreq->cmnd[0]; 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 in atp870u_intr_handle()
712 struct scsi_cmnd *workreq = NULL; send_s870() local
[all...]

Completed in 3 milliseconds