freebsd-dev/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_ahci.c Make nvme(4) driver some more NUMA aware. 2019-09-23 17:53:47 +00:00
nvme_ctrlr_cmd.c Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00
nvme_ctrlr.c Make sure that we get the sbuf resources we need. 2020-04-30 00:43:11 +00:00
nvme_ns_cmd.c Add a brief comment explaining why we can return ETIMEDOUT from the call to the 2019-09-02 17:10:46 +00:00
nvme_ns.c Ever since the block layer expanded its command syntax beyond just 2020-02-07 09:22:08 +00:00
nvme_pci.c Make nvme(4) driver some more NUMA aware. 2019-09-23 17:53:47 +00:00
nvme_private.h Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00
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 Remove #ifdef code to support FreeBSD versions that haven't been 2019-02-27 22:05:01 +00:00
nvme_util.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
nvme.c Move reset to the interrutp processing stage 2019-12-11 22:51:02 +00:00
nvme.h Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00