freebsd-skq/sys/dev/nvme
Jim Harris 3d7eb41c1b Just disable the controller instead of deleting IO queues during detach.
This is just as effective, and removes the need for a bunch of admin commands
to a controller that's going to be disabled shortly anyways.

Sponsored by:	Intel
Reviewed by:	carl
2013-03-26 21:48:41 +00:00
..
nvme_ctrlr_cmd.c Add structure definitions and controller command function for firmware 2013-03-26 21:03:03 +00:00
nvme_ctrlr.c Just disable the controller instead of deleting IO queues during detach. 2013-03-26 21:48:41 +00:00
nvme_ns_cmd.c Make the DSM range count 0-based. Previously we were deallocating one more 2013-03-26 18:16:30 +00:00
nvme_ns.c Create struct nvme_status. 2013-03-26 21:00:18 +00:00
nvme_private.h Remove the is_started flag from struct nvme_controller. 2013-03-26 21:19:26 +00:00
nvme_qpair.c Just disable the controller instead of deleting IO queues during detach. 2013-03-26 21:48:41 +00:00
nvme_sysctl.c Remove the is_started flag from struct nvme_controller. 2013-03-26 21:19:26 +00:00
nvme_test.c Create struct nvme_status. 2013-03-26 21:00:18 +00:00
nvme_uio.c Create struct nvme_status. 2013-03-26 21:00:18 +00:00
nvme.c Remove the is_started flag from struct nvme_controller. 2013-03-26 21:19:26 +00:00
nvme.h Pass associated log page data to async event consumers, if requested. 2013-03-26 21:08:32 +00:00