Searched refs:workreq (Results 1 – 1 of 1) sorted by relevance
53 struct scsi_cmnd *workreq; in atp870u_intr_handle() local299 workreq = dev->id[c][target_id].curr_req; in atp870u_intr_handle()301 scmd_printk(KERN_DEBUG, workreq, "CDB"); in atp870u_intr_handle()302 for (l = 0; l < workreq->cmd_len; l++) in atp870u_intr_handle()303 printk(KERN_DEBUG " %x",workreq->cmnd[l]); in atp870u_intr_handle()335 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()342 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()349 …if ((workreq->cmnd[0] == 0x08) || (workreq->cmnd[0] == 0x28) || (workreq->cmnd[0] == 0x0a) || (wor… in atp870u_intr_handle()443 workreq = dev->id[c][target_id].curr_req; in atp870u_intr_handle()451 workreq->result = errstus; in atp870u_intr_handle()[all …]