Searched refs:nvme_iod (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dnvme.c295 * The nvme_iod describes the data in an I/O, including the list of PRP
300 struct nvme_iod { struct
310 static __le64 **iod_list(struct nvme_iod *iod)
326 static struct nvme_iod *
329 struct nvme_iod *iod = kmalloc(sizeof(struct nvme_iod) +
334 iod->offset = offsetof(struct nvme_iod, sg[nseg]);
342 static void nvme_free_iod(struct nvme_dev *dev, struct nvme_iod *iod)
373 struct nvme_iod *iod = ctx;
391 struct nvme_common_command *cmd, struct nvme_iod *io
[all...]

Completed in 32 milliseconds