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