Home
last modified time | relevance | path

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

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