Lines Matching defs:iod
159 struct nvme_iod iod[0]; member
262 static void *iod_get_private(struct nvme_iod *iod) in iod_get_private()
270 static bool iod_should_kfree(struct nvme_iod *iod) in iod_should_kfree()
416 static __le64 **iod_list(struct nvme_iod *iod) in iod_list()
421 static inline void iod_init(struct nvme_iod *iod, unsigned nbytes, in iod_init()
435 struct nvme_iod *iod = kmalloc(sizeof(struct nvme_iod) + in __nvme_alloc_iod() local
450 struct nvme_iod *iod; in nvme_alloc_iod() local
466 static void nvme_free_iod(struct nvme_dev *dev, struct nvme_iod *iod) in nvme_free_iod()
592 struct nvme_iod *iod = ctx; in req_completion() local
651 static int nvme_setup_prps(struct nvme_dev *dev, struct nvme_iod *iod, in nvme_setup_prps()
731 struct nvme_iod *iod) in nvme_submit_priv()
751 struct request *req, struct nvme_iod *iod) in nvme_submit_discard()
785 static int nvme_submit_iod(struct nvme_queue *nvmeq, struct nvme_iod *iod, in nvme_submit_iod()
849 struct nvme_iod *iod; in nvme_queue_rq() local
880 iod_list(iod)[0] = (__le64 *)range; in nvme_queue_rq() local