Home
last modified time | relevance | path

Searched refs:NVME_SC_ASYNC_LIMIT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/host/
H A Dconstants.c113 [NVME_SC_ASYNC_LIMIT] = "Asynchronous Event Request Limit Exceeded",
/linux/include/linux/
H A Dnvme.h2051 NVME_SC_ASYNC_LIMIT = 0x105, enumerator
/linux/drivers/nvme/target/
H A Dadmin-cmd.c1592 nvmet_req_complete(req, NVME_SC_ASYNC_LIMIT | NVME_STATUS_DNR); in nvmet_execute_async_event()