Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dpci.c275 struct nvme_iod { struct
276 struct nvme_request req;
277 struct nvme_command cmd;
278 u8 flags;
279 u8 nr_descriptors;
281 unsigned int total_len;
282 struct dma_iova_state dma_state;
283 void *descriptors[NVME_MAX_NR_DESCRIPTORS];
284 struct nvme_dma_vec *dma_vecs;
285 unsigned int nr_dma_vecs;
[all …]