Lines Matching refs:NVME_IOC
40 #define NVME_IOC (('N' << 24) | ('V' << 16) | ('M' << 8)) macro
41 #define NVME_IOC_IDENTIFY_CTRL (NVME_IOC | 1)
42 #define NVME_IOC_IDENTIFY_NSID (NVME_IOC | 2)
43 #define NVME_IOC_CAPABILITIES (NVME_IOC | 3)
44 #define NVME_IOC_GET_LOGPAGE (NVME_IOC | 4)
45 #define NVME_IOC_GET_FEATURES (NVME_IOC | 5)
46 #define NVME_IOC_INTR_CNT (NVME_IOC | 6)
47 #define NVME_IOC_VERSION (NVME_IOC | 7)
48 #define NVME_IOC_FORMAT (NVME_IOC | 8)
49 #define NVME_IOC_DETACH (NVME_IOC | 9)
50 #define NVME_IOC_ATTACH (NVME_IOC | 10)
53 #define IS_NVME_IOC(x) ((x) > NVME_IOC && (x) <= NVME_IOC_MAX)