summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/nvme/nvme_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/nvme/nvme_private.h')
-rw-r--r--freebsd/sys/dev/nvme/nvme_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freebsd/sys/dev/nvme/nvme_private.h b/freebsd/sys/dev/nvme/nvme_private.h
index a338bae2..02f83a53 100644
--- a/freebsd/sys/dev/nvme/nvme_private.h
+++ b/freebsd/sys/dev/nvme/nvme_private.h
@@ -164,7 +164,9 @@ struct nvme_tracker {
struct nvme_request *req;
struct nvme_qpair *qpair;
struct callout timer;
+#ifndef __rtems__
bus_dmamap_t payload_dma_map;
+#endif /* __rtems__ */
uint16_t cid;
uint64_t *prp;
@@ -204,7 +206,9 @@ struct nvme_qpair {
struct nvme_completion *cpl;
bus_dma_tag_t dma_tag;
+#ifndef __rtems__
bus_dma_tag_t dma_tag_payload;
+#endif /* __rtems__ */
bus_dmamap_t queuemem_map;
uint64_t cmd_bus_addr;