Lines Matching refs:taskout
1718 unsigned int taskout = 0; in exec_drive_taskfile() local
1727 taskout = req_task->out_size; in exec_drive_taskfile()
1730 if (taskin > 130560 || taskout > 130560) in exec_drive_taskfile()
1733 if (taskout) { in exec_drive_taskfile()
1734 outbuf = memdup_user(buf + outtotal, taskout); in exec_drive_taskfile()
1739 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()
1766 nsect = taskout / ATA_SECT_SIZE; in exec_drive_taskfile()
1810 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
1878 dma_unmap_single(&dd->pdev->dev, outbuf_dma, taskout, in exec_drive_taskfile()
1912 if (taskout) { in exec_drive_taskfile()
1913 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile()
1929 dma_unmap_single(&dd->pdev->dev, outbuf_dma, taskout, in exec_drive_taskfile()