opnsense-src/sys/dev/nvme
Warner Losh 4982884b99 nvme: Always set deadline to max
When a transaction is on the outstanding list, it needs to have a valid
timeout value, so set it to infinity before placing it on the
list. Place before we put it on the list, even though the list is
protected by the qpair lock.

Sponsored by:		Netflix
Reviewed by:		mav
Differential Revision:	https://reviews.freebsd.org/D36920
2022-10-11 12:51:32 -06:00
..
nvme.c nvme: Print CRD, M and DNR status bits on errors. 2022-08-05 10:58:19 -04:00
nvme.h nvme: Print CRD, M and DNR status bits on errors. 2022-08-05 10:58:19 -04:00
nvme_ahci.c nvme: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
nvme_ctrlr.c nvmw(4): Fix a typo in a source code comment 2022-06-04 11:46:03 +02:00
nvme_ctrlr_cmd.c Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00
nvme_ns.c nvme: Prefer nvme_printf to printf when reporting formatting error 2022-04-15 14:46:19 -06: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_pci.c nvme: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
nvme_private.h nvme: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
nvme_qpair.c nvme: Always set deadline to max 2022-10-11 12:51:32 -06:00
nvme_sim.c nvme_sim: Only report PCI related stats when we can 2021-12-06 10:23:40 -07:00
nvme_sysctl.c nvme: Publish the drive's capabilities 2022-03-31 21:13:16 -06:00
nvme_test.c nvme: clean up empty lines in .c and .h files 2020-09-01 22:03:10 +00:00
nvme_util.c nvme: clean up empty lines in .c and .h files 2020-09-01 22:03:10 +00:00