Lines Matching refs:taskout
2023 unsigned int taskout = 0; in exec_drive_taskfile() local
2032 taskout = req_task->out_size; in exec_drive_taskfile()
2035 if (taskin > 130560 || taskout > 130560) { in exec_drive_taskfile()
2040 if (taskout) { in exec_drive_taskfile()
2041 outbuf = kzalloc(taskout, GFP_KERNEL); in exec_drive_taskfile()
2046 if (copy_from_user(outbuf, buf + outtotal, taskout)) { in exec_drive_taskfile()
2052 taskout, in exec_drive_taskfile()
2085 nsect = taskout / ATA_SECT_SIZE; in exec_drive_taskfile()
2129 if ((taskin || taskout) && (!fis.sect_count)) { in exec_drive_taskfile()
2199 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()
2232 if (taskout) { in exec_drive_taskfile()
2233 if (copy_to_user(buf + outtotal, outbuf, taskout)) { in exec_drive_taskfile()
2250 taskout, DMA_TO_DEVICE); in exec_drive_taskfile()