Searched refs:NVME_IOC (Results 1 – 2 of 2) sorted by relevance
46 #define NVME_IOC (('N' << 24) | ('V' << 16) | ('M' << 8)) macro47 #define NVME_IOC_CTRL_INFO (NVME_IOC | 0)48 #define NVME_IOC_IDENTIFY (NVME_IOC | 1)49 #define NVME_IOC_GET_LOGPAGE (NVME_IOC | 2)50 #define NVME_IOC_GET_FEATURE (NVME_IOC | 3)51 #define NVME_IOC_FORMAT (NVME_IOC | 4)52 #define NVME_IOC_BD_DETACH (NVME_IOC | 5)53 #define NVME_IOC_BD_ATTACH (NVME_IOC | 6)54 #define NVME_IOC_FIRMWARE_DOWNLOAD (NVME_IOC | 7)55 #define NVME_IOC_FIRMWARE_COMMIT (NVME_IOC | 8)[all …]
52 static ioctl_test_t ioctl_tests[NVME_IOC_MAX - NVME_IOC + 1] = {