Lines Matching refs:taskout
2026 unsigned int taskout = 0; in exec_drive_taskfile() local
2035 taskout = req_task->out_size; in exec_drive_taskfile()
2038 if (taskin > 130560 || taskout > 130560) { in exec_drive_taskfile()
2043 if (taskout) { in exec_drive_taskfile()
2044 outbuf = kzalloc(taskout, GFP_KERNEL); in exec_drive_taskfile()
2049 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in exec_drive_taskfile()
2055 taskout, in exec_drive_taskfile()
2088 nsect = taskout / ATA_SECT_SIZE; in exec_drive_taskfile()
2132 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
2202 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()
2235 if (taskout) { in exec_drive_taskfile()
2236 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile()
2253 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()