Searched refs:NVME_SCT_MASK (Results 1 – 2 of 2) sorted by relevance
2149 NVME_SCT_MASK = 0x0700, /* Status Code Type */ enumerator2150 NVME_SCT_SC_MASK = NVME_SCT_MASK | NVME_SC_MASK,
713 return (status & NVME_SCT_MASK) == NVME_SCT_PATH; in nvme_is_path_error()