Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/nvme/host/
Dioctl.c342 struct nvme_passthru_cmd __user *ucmd, unsigned int flags, in nvme_user_cmd()
345 struct nvme_passthru_cmd cmd; in nvme_user_cmd()