Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
274 struct nvme_iod { struct275 struct nvme_request req;276 struct nvme_command cmd;277 u8 flags;278 u8 nr_descriptors;280 unsigned int total_len;281 struct dma_iova_state dma_state;282 void *descriptors[NVME_MAX_NR_DESCRIPTORS];283 struct nvme_dma_vec *dma_vecs;284 unsigned int nr_dma_vecs;[all …]