aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/nvme-int.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-01-19 12:51:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-01-27 11:25:26 -0500
commit9404f597b2a6aeb2e1d2b3866122ac52e5a87aeb (patch)
treec94aa11941061e0ccda2f2d3c5bfa34ce2b552cf /src/hw/nvme-int.h
parent4eff93e7b0d093fd9347f2d533dada49854290fe (diff)
downloadseabios-9404f597b2a6aeb2e1d2b3866122ac52e5a87aeb.tar.gz
nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()
Rename nvme_build_prpl() to nvme_prpl_xfer() and directly invoke nvme_io_xfer() or nvme_bounce_xfer() from that function. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Reviewed-by: Alexander Graf <graf@amazon.com>
Diffstat (limited to 'src/hw/nvme-int.h')
-rw-r--r--src/hw/nvme-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hw/nvme-int.h b/src/hw/nvme-int.h
index a4c1555c..9564c17b 100644
--- a/src/hw/nvme-int.h
+++ b/src/hw/nvme-int.h
@@ -125,7 +125,6 @@ struct nvme_namespace {
/* Page List */
u32 prpl_len;
- void *prp1;
u64 prpl[NVME_MAX_PRPL_ENTRIES];
};