commit | 20948096dbf7351e1a14198908c3eb01baf565b9 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Oct 15 18:24:35 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 23 20:47:12 2019 -0400 |
tree | 3371610ff24089a4a71eee6d5b22d78fd4cf63f8 | |
parent | 3645a480b43a6785bb923c9775adf44a472ce227 [diff] |
scsi: Add dma direction member to command structure Some SCSI devices like UFS use DMA for executing scsi commands and hence need to know the direction of transfer of the dma. Add a dma_dir element to the command structure to facilitate this. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>