Searched refs:NVME_IOC (Results 1 – 1 of 1) sorted by relevance
40 #define NVME_IOC (('N' << 24) | ('V' << 16) | ('M' << 8)) macro41 #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)[all …]