Searched refs:taskout (Results 1 – 1 of 1) sorted by relevance
1706 unsigned int taskout = 0; in exec_drive_taskfile() local1715 taskout = req_task->out_size; in exec_drive_taskfile()1718 if (taskin > 130560 || taskout > 130560) in exec_drive_taskfile()1721 if (taskout) { in exec_drive_taskfile()1722 outbuf = memdup_user(buf + outtotal, taskout); in exec_drive_taskfile()1727 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()1754 nsect = taskout / ATA_SECT_SIZE; in exec_drive_taskfile()1798 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()1866 dma_unmap_single(&dd->pdev->dev, outbuf_dma, taskout, in exec_drive_taskfile()1900 if (taskout) { in exec_drive_taskfile()[all …]