Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dnvme_ioctl.h27 struct nvme_passthru_cmd { struct
95 #define nvme_admin_cmd nvme_passthru_cmd
100 #define NVME_IOCTL_IO_CMD _IOWR('N', 0x43, struct nvme_passthru_cmd)
/linux-6.6.21/drivers/nvme/host/
Dioctl.c343 struct nvme_passthru_cmd __user *ucmd, unsigned int flags, in nvme_user_cmd()
346 struct nvme_passthru_cmd cmd; in nvme_user_cmd()