Searched refs:workreq (Results 1 – 1 of 1) sorted by relevance
125 struct scsi_cmnd *workreq; in atp870u_intr_handle() local512 scsi_dma_unmap(workreq); in atp870u_intr_handle()515 scsi_done(workreq); in atp870u_intr_handle()712 struct scsi_cmnd *workreq = NULL; in DEF_SCSI_QCMD() local733 if (!workreq) { in DEF_SCSI_QCMD()741 if (!workreq) { in DEF_SCSI_QCMD()758 dev->id[c][scmd_id(workreq)].curr_req = workreq; in DEF_SCSI_QCMD()773 for(i=0;i<workreq->cmd_len;i++) { in DEF_SCSI_QCMD()774 printk(" %x",workreq->cmnd[i]); in DEF_SCSI_QCMD()778 l = scsi_bufflen(workreq); in DEF_SCSI_QCMD()[all …]