Home
last modified time | relevance | path

Searched refs:NVME_CSTS_SHN_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h117 #define NVME_CSTS_SHN_COMPLETE 2 /* Shutdown Processing Complete */ macro
H A Dnvme.c3218 if (csts.b.csts_shst == NVME_CSTS_SHN_COMPLETE) in nvme_shutdown()