freebsd-dev/sys/dev/nvme
Warner Losh 824073fbd6 Avoid dereferencing unintialized elements in the error path.
Some drives sometimes have errors for things like setting the number
of queue entries in the submission queue. The error paths taken for
these drives ensure a panic dereferencing uninialized data.

Sponsored by: Netflix
2017-03-07 23:06:41 +00:00
..
nvme_ctrlr_cmd.c
nvme_ctrlr.c Avoid dereferencing unintialized elements in the error path. 2017-03-07 23:06:41 +00:00
nvme_ns_cmd.c Supporting flushing the dump before returning, and simplify/combine the 2016-07-19 19:09:23 +00:00
nvme_ns.c Make multi-namespace nvme drives more robust. 2017-03-07 21:47:54 +00:00
nvme_private.h Convert the Q-Pair and PRP list memory allocations to use BUSDMA. Add a 2016-11-08 00:24:49 +00:00
nvme_qpair.c Avoid dereferencing unintialized elements in the error path. 2017-03-07 23:06:41 +00:00
nvme_sim.c Remove obsolete comment after prior rev. 2017-02-19 17:38:17 +00:00
nvme_sysctl.c Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4K 2016-03-10 17:13:10 +00:00
nvme_test.c
nvme_util.c
nvme.c Make multi-namespace nvme drives more robust. 2017-03-07 21:47:54 +00:00
nvme.h cwd10 takes the low 32-bits and cwd11 takes the upper 32-bits of the 2017-03-07 23:02:59 +00:00