Searched defs:NVME_CSTS_CFS (Results 1 – 3 of 3) sorted by relevance
598 NVME_CSTS_CFS = 1 << 1, enumerator
218 NVME_CSTS_CFS = 1 << 1, enumerator
223 #define NVME_CSTS_CFS(csts) ((csts >> CSTS_CFS_SHIFT) & CSTS_CFS_MASK) macro