Searched refs:NVME_IOCTL_ADMIN_CMD (Results 1 – 5 of 5) sorted by relevance
98 #define NVME_IOCTL_ADMIN_CMD _IOWR('N', 0x41, struct nvme_admin_cmd) macro
646 if (cmd == NVME_IOCTL_ADMIN_CMD || cmd == NVME_IOCTL_ADMIN64_CMD) in is_ctrl_ioctl()657 case NVME_IOCTL_ADMIN_CMD: in nvme_ctrl_ioctl()965 case NVME_IOCTL_ADMIN_CMD: in nvme_dev_ioctl()
928 if (ioctl(fd, NVME_IOCTL_ADMIN_CMD, &cmd)) { in get_nvme_smart()
1447 +pub const NVME_IOCTL_ADMIN_CMD: u32 = 3225964097;