Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dpci.c159 struct nvme_iod iod[0];
184 ret += sizeof(struct nvme_iod); in nvme_cmd_size()
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()
425 iod->offset = offsetof(struct nvme_iod, sg[nseg]); in iod_init()
431 static struct nvme_iod *
435 struct nvme_iod *iod = kmalloc(sizeof(struct nvme_iod) + in __nvme_alloc_iod()
445 static struct nvme_iod *nvme_alloc_iod(struct request *rq, struct nvme_dev *dev, in nvme_alloc_iod()
[all …]
Dnvme.h112 struct nvme_iod { struct