Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
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)
/linux-6.1.9/drivers/nvme/host/
Dioctl.c311 struct nvme_passthru_cmd64 __user *ucmd, bool vec) in nvme_user_cmd64()
313 struct nvme_passthru_cmd64 cmd; in nvme_user_cmd64()