Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvme.h2149 NVME_SCT_MASK = 0x0700, /* Status Code Type */ enumerator
2150 NVME_SCT_SC_MASK = NVME_SCT_MASK | NVME_SC_MASK,
/linux-6.15/drivers/nvme/host/
H A Dnvme.h713 return (status & NVME_SCT_MASK) == NVME_SCT_PATH; in nvme_is_path_error()