summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme_private.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r293328:jimharris2016-01-111-0/+1
* MFC r293326:jimharris2016-01-111-2/+0
* MFC r293325:jimharris2016-01-111-1/+0
* MFC r281283:jimharris2015-05-141-35/+0
* MFC r281281, r281285:jimharris2015-05-141-0/+3
* MFC r263311:jimharris2014-05-071-0/+2
* MFC r263310:jimharris2014-05-071-2/+5
* Log and then disable asynchronous notification of persistent events afterjimharris2013-10-081-0/+3
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-081-0/+1
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-131-0/+1
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hjimharris2013-07-091-0/+4
* Update copyright dates.jimharris2013-07-091-1/+1
* Remove remaining uio-related code.jimharris2013-06-261-16/+0
* Use MAXPHYS to specify the maximum I/O size for nvme(4).jimharris2013-06-261-5/+2
* Move the busdma mapping functions to nvme_qpair.c.jimharris2013-04-121-4/+0
* Add a mutex to each namespace, for general locking operations on the namespace.jimharris2013-04-121-0/+1
* Rename the controller's fail_req_lock, so that it can be used for otherjimharris2013-04-121-1/+2
* Add unmapped bio support to nvme(4) and nvd(4).jimharris2013-04-011-0/+34
* Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, orjimharris2013-03-291-7/+28
* Clean up debug prints.jimharris2013-03-261-0/+4
* Move common code from the different nvme_allocate_request functions into ajimharris2013-03-261-18/+21
* Replace usages of mtx_pool_find used for admin commands with a pollingjimharris2013-03-261-0/+7
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-261-1/+16
* Remove the is_started flag from struct nvme_controller.jimharris2013-03-261-4/+1
* Ensure the controller's MDTS is accounted for in max_xfer_size.jimharris2013-03-261-0/+3
* Cap the number of retry attempts to a configurable number. This ensuresjimharris2013-03-261-1/+6
* Pass associated log page data to async event consumers, if requested.jimharris2013-03-261-1/+4
* When an asynchronous event request is completed, automatically fetch thejimharris2013-03-261-0/+6
* Add structure definitions and controller command function for firmwarejimharris2013-03-261-0/+4
* Add structure definitions and a controller command function forjimharris2013-03-261-0/+5
* Make nvme_ctrlr_reset a nop if a reset is already in progress.jimharris2013-03-261-1/+3
* By default, always escalate to controller reset when an I/O times out.jimharris2013-03-261-1/+2
* Add a tunable for the I/O timeout interval. Default is still 30 seconds,jimharris2013-03-261-4/+9
* Add handling for controller fatal status (csts.cfs).jimharris2013-03-261-0/+3
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-261-6/+12
* Keep a doubly-linked list of outstanding trackers.jimharris2013-03-261-2/+3
* Expose the get/set features API to nvme consumers.jimharris2013-03-261-8/+0
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-261-0/+6
* Enable asynchronous event requests on non-Chatham devices.jimharris2013-03-261-7/+16
* Move controller destruction code from nvme_detach() to new nvme_ctrlr_destruct()jimharris2013-03-261-0/+1
* Specify command timeout interval on a per-command type basis.jimharris2013-03-261-0/+3
* Add support for ABORT commands, including issuing these commands whenjimharris2013-03-261-0/+2
* Map BAR 4/5, because NVMe spec says devices may place the MSI-X tablejimharris2012-12-181-0/+8
* Do not use taskqueue to defer completion work when using INTx. INTx nowjimharris2012-12-181-3/+0
* Add PCI device ID for 8-channel IDT NVMe controller, and clarify that thejimharris2012-12-061-1/+2
* Add ability to queue nvme_request objects if no nvme_trackers are available.jimharris2012-10-181-1/+2
* Preallocate a limited number of nvme_tracker objects per qpair, ratherjimharris2012-10-181-7/+16
* Create nvme_qpair_submit_request() which eliminates all of the codejimharris2012-10-181-0/+2
* Cleanup uio-related code to use struct nvme_request andjimharris2012-10-181-0/+19
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesjimharris2012-10-181-3/+4
OpenPOWER on IntegriCloud