freebsd-dev/sys/dev/nvme
Jim Harris 4d6abcb19f Do not use taskqueue to defer completion work when using INTx. INTx now
matches MSI-X behavior.

Sponsored by:	Intel
2012-12-18 21:50:48 +00:00
..
nvme_ctrlr_cmd.c Add nvme_ctrlr_submit_[admin|io]_request functions which consolidates 2012-10-18 00:39:29 +00:00
nvme_ctrlr.c Do not use taskqueue to defer completion work when using INTx. INTx now 2012-12-18 21:50:48 +00:00
nvme_ns_cmd.c Add nvme_ctrlr_submit_[admin|io]_request functions which consolidates 2012-10-18 00:39:29 +00:00
nvme_ns.c Add return codes to all functions used for submitting commands to I/O 2012-10-18 00:32:07 +00:00
nvme_private.h Do not use taskqueue to defer completion work when using INTx. INTx now 2012-12-18 21:50:48 +00:00
nvme_qpair.c Use callout_reset_curcpu to allow the callout to be handled by the 2012-10-31 23:44:19 +00:00
nvme_sysctl.c Preallocate a limited number of nvme_tracker objects per qpair, rather 2012-10-18 00:44:39 +00:00
nvme_test.c
nvme_uio.c Cleanup uio-related code to use struct nvme_request and 2012-10-18 00:40:40 +00:00
nvme.c Do not use taskqueue to defer completion work when using INTx. INTx now 2012-12-18 21:50:48 +00:00
nvme.h Add ability to queue nvme_request objects if no nvme_trackers are available. 2012-10-18 00:45:53 +00:00