Searched defs:iod (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dnvme.c310 static __le64 **iod_list(struct nvme_iod *iod) argument
312 return ((void *)iod) + iod->offset;
329 struct nvme_iod *iod = kmalloc(sizeof(struct nvme_iod) + local
333 if (iod) {
334 iod->offset = offsetof(struct nvme_iod, sg[nseg]);
335 iod->npages = -1;
336 iod->length = nbytes;
339 return iod;
342 static void nvme_free_iod(struct nvme_dev *dev, struct nvme_iod *iod) argument
373 struct nvme_iod *iod = ctx; local
390 nvme_setup_prps(struct nvme_dev *dev, struct nvme_common_command *cmd, struct nvme_iod *iod, int total_len, gfp_t gfp) argument
475 nvme_map_bio(struct device *dev, struct nvme_iod *iod, struct bio *bio, enum dma_data_direction dma_dir, int psegs) argument
542 struct nvme_iod *iod; local
1030 struct nvme_iod *iod; local
1078 nvme_unmap_user_pages(struct nvme_dev *dev, int write, struct nvme_iod *iod) argument
1098 struct nvme_iod *iod; local
1156 struct nvme_iod *iod; local
[all...]

Completed in 77 milliseconds