summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme_private.h
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-04-12 17:48:45 +0000
committerjimharris <jimharris@FreeBSD.org>2013-04-12 17:48:45 +0000
commit72eb2cf9e36619cc7b1dcbf99fd83a5cbf8d0ca4 (patch)
tree56772b7cdcea64177bec77fa37bcba9791b6ba4a /sys/dev/nvme/nvme_private.h
parent3b35b1fc99f4811a83934c659912d37fecc7483f (diff)
downloadFreeBSD-src-72eb2cf9e36619cc7b1dcbf99fd83a5cbf8d0ca4.zip
FreeBSD-src-72eb2cf9e36619cc7b1dcbf99fd83a5cbf8d0ca4.tar.gz
Move the busdma mapping functions to nvme_qpair.c.
This removes nvme_uio.c completely. Sponsored by: Intel
Diffstat (limited to 'sys/dev/nvme/nvme_private.h')
-rw-r--r--sys/dev/nvme/nvme_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h
index c78b1ea..12d8691 100644
--- a/sys/dev/nvme/nvme_private.h
+++ b/sys/dev/nvme/nvme_private.h
@@ -429,10 +429,6 @@ void nvme_ctrlr_cmd_set_async_event_config(struct nvme_controller *ctrlr,
void nvme_ctrlr_cmd_abort(struct nvme_controller *ctrlr, uint16_t cid,
uint16_t sqid, nvme_cb_fn_t cb_fn, void *cb_arg);
-void nvme_payload_map(void *arg, bus_dma_segment_t *seg, int nseg,
- int error);
-void nvme_payload_map_uio(void *arg, bus_dma_segment_t *seg, int nseg,
- bus_size_t mapsize, int error);
void nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl);
int nvme_ctrlr_construct(struct nvme_controller *ctrlr, device_t dev);
OpenPOWER on IntegriCloud