Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnvme.h133 struct nvme_iod { struct
154 void nvme_free_iod(struct nvme_dev *dev, struct nvme_iod *iod);
156 int nvme_setup_prps(struct nvme_dev *, struct nvme_iod *, int, gfp_t);
157 struct nvme_iod *nvme_map_user_pages(struct nvme_dev *dev, int write,
160 struct nvme_iod *iod);
/linux-4.1.27/drivers/block/
Dnvme-core.c147 struct nvme_iod iod[0];
172 ret += sizeof(struct nvme_iod); in nvme_cmd_size()
251 static void *iod_get_private(struct nvme_iod *iod) in iod_get_private()
259 static bool iod_should_kfree(struct nvme_iod *iod) in iod_should_kfree()
398 static __le64 **iod_list(struct nvme_iod *iod) in iod_list()
403 static inline void iod_init(struct nvme_iod *iod, unsigned nbytes, in iod_init()
407 iod->offset = offsetof(struct nvme_iod, sg[nseg]); in iod_init()
413 static struct nvme_iod *
417 struct nvme_iod *iod = kmalloc(sizeof(struct nvme_iod) + in __nvme_alloc_iod()
427 static struct nvme_iod *nvme_alloc_iod(struct request *rq, struct nvme_dev *dev, in nvme_alloc_iod()
[all …]
Dnvme-scsi.c1577 struct nvme_iod *iod = NULL; in nvme_trans_send_fw_cmd()
2071 struct nvme_iod *iod; in nvme_trans_do_nvme_io()