Searched refs:taskout (Results 1 – 1 of 1) sorted by relevance
1718 unsigned int taskout = 0; in exec_drive_taskfile() local1727 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()[all …]