Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvme.h198 NVME_CSTS_SHST_MASK = 3 << 2, enumerator
/kernel/linux/linux-5.10/drivers/nvme/host/
Dcore.c2416 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_CMPLT) in nvme_shutdown_ctrl()