Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnvme_ioctl.h74 struct nvme_uring_cmd { struct
109 #define NVME_URING_CMD_IO _IOWR('N', 0x80, struct nvme_uring_cmd) argument
110 #define NVME_URING_CMD_IO_VEC _IOWR('N', 0x81, struct nvme_uring_cmd)
111 #define NVME_URING_CMD_ADMIN _IOWR('N', 0x82, struct nvme_uring_cmd)
112 #define NVME_URING_CMD_ADMIN_VEC _IOWR('N', 0x83, struct nvme_uring_cmd)
/linux/drivers/nvme/host/
H A Dioctl.c450 const struct nvme_uring_cmd *cmd = io_uring_sqe128_cmd(ioucmd->sqe, in nvme_uring_cmd_io()
451 struct nvme_uring_cmd); in nvme_uring_cmd_io()