]> xenbits.xensource.com Git - seabios.git/commit
nvme: Add nvme_bounce_xfer() helper function
authorKevin O'Connor <kevin@koconnor.net>
Wed, 19 Jan 2022 16:54:55 +0000 (11:54 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 21 Jan 2022 16:23:31 +0000 (11:23 -0500)
commit4eff93e7b0d093fd9347f2d533dada49854290fe
treee5ef674c7b1404e2cb291928bf87b7929bfc4988
parentda18ec909af70c41995b700a09927762955bbf9a
nvme: Add nvme_bounce_xfer() helper function

Move bounce buffer processing to a new helper function.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Reviewed-by: Alexander Graf <graf@amazon.com>
src/hw/nvme.c