freebsd-skq/sys/dev/nvme
Jim Harris a6e3096392 nvme: create separate DMA tag for non-payload DMA buffers
Submission and completion queue memory need to use a
separate DMA tag for mappings than payload buffers,
to ensure mappings remain contiguous even with DMAR
enabled.

Submitted by:	kib
MFC after:	1 week
Sponsored by:	Intel
2015-04-08 21:49:45 +00:00
..
nvme_ctrlr_cmd.c Use bitwise OR instead of logical OR when constructing value for 2014-06-10 21:40:43 +00:00
nvme_ctrlr.c nvme: fall back to a smaller MSI-X vector allocation if necessary 2015-04-08 21:46:18 +00:00
nvme_ns_cmd.c
nvme_ns.c
nvme_private.h nvme: create separate DMA tag for non-payload DMA buffers 2015-04-08 21:49:45 +00:00
nvme_qpair.c nvme: create separate DMA tag for non-payload DMA buffers 2015-04-08 21:49:45 +00:00
nvme_sysctl.c
nvme_test.c
nvme_util.c
nvme.c nvme: Close hole where nvd(4) would not be notified of all nvme(4) 2014-03-18 18:09:08 +00:00
nvme.h