Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnvme.h175 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr);
/linux-4.1.27/drivers/block/
Dnvme-scsi.c3042 int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr) in nvme_sg_io() function
Dnvme-core.c1924 return nvme_sg_io(ns, (void __user *)arg); in nvme_ioctl()