opnsense-src/sys/dev/nvme
Warner Losh 4e6a434b6b Make sure that we get the sbuf resources we need.
Since we're calling sbuf_new with NOWAIT, make sure it can allocate a
buffer to use. Don't print anything if we can't get it.

Noticed by: rpokala
2020-04-30 00:43:11 +00:00
..
nvme.c
nvme.h
nvme_ahci.c
nvme_ctrlr.c Make sure that we get the sbuf resources we need. 2020-04-30 00:43:11 +00:00
nvme_ctrlr_cmd.c
nvme_ns.c
nvme_ns_cmd.c
nvme_pci.c
nvme_private.h
nvme_qpair.c remove extraneous double ;s in sys/ 2020-03-30 16:04:25 +00:00
nvme_sim.c Return the nvmeX device associated with the ndaX device. 2020-04-30 00:43:02 +00:00
nvme_sysctl.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
nvme_test.c
nvme_util.c