freebsd-dev/sys/dev/nvme
Warner Losh fa271a5d09 Closer examination shows that nvme and CAM both normally zero-fill
allocations (for req and ccb, which ultimately contain the
nvme_cmd). As such, we can micro-optimize these routines. Add a
comment to this effect, and bzero the ccb used to make the requests
for the nda dump rotuine so it more closely matches a ccb allocated
with xpt_get_ccb().

Sponsored by: Netflix
2017-10-15 23:53:55 +00:00
..
nvme_ctrlr_cmd.c
nvme_ctrlr.c Create general polling function for the nvme controller. Use it when 2017-10-15 16:18:08 +00:00
nvme_ns_cmd.c
nvme_ns.c
nvme_private.h Create general polling function for the nvme controller. Use it when 2017-10-15 16:18:08 +00:00
nvme_qpair.c
nvme_sim.c Use nvme_ctrlr_poll instead of nvme_ctrlr_intx_handler since it is 2017-10-15 16:19:09 +00:00
nvme_sysctl.c
nvme_test.c
nvme_util.c
nvme.c
nvme.h Closer examination shows that nvme and CAM both normally zero-fill 2017-10-15 23:53:55 +00:00