Home
last modified time | relevance | path

Searched refs:nvme_passthru_cmd64 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnvme_ioctl.h48 struct nvme_passthru_cmd64 { struct
104 #define NVME_IOCTL_ADMIN64_CMD _IOWR('N', 0x47, struct nvme_passthru_cmd64)
105 #define NVME_IOCTL_IO64_CMD _IOWR('N', 0x48, struct nvme_passthru_cmd64)
106 #define NVME_IOCTL_IO64_CMD_VEC _IOWR('N', 0x49, struct nvme_passthru_cmd64)
/openbmc/qemu/linux-headers/linux/
H A Dnvme_ioctl.h48 struct nvme_passthru_cmd64 { struct
104 #define NVME_IOCTL_ADMIN64_CMD _IOWR('N', 0x47, struct nvme_passthru_cmd64)
105 #define NVME_IOCTL_IO64_CMD _IOWR('N', 0x48, struct nvme_passthru_cmd64)
106 #define NVME_IOCTL_IO64_CMD_VEC _IOWR('N', 0x49, struct nvme_passthru_cmd64)
/openbmc/linux/drivers/nvme/host/
H A Dioctl.c397 struct nvme_passthru_cmd64 __user *ucmd, unsigned int flags, in nvme_user_cmd64()
400 struct nvme_passthru_cmd64 cmd; in nvme_user_cmd64()