Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
230 struct nvme_iod { struct231 struct nvme_request req;232 struct nvme_command cmd;233 bool aborted;234 s8 nr_allocations; /* PRP list pool allocations. 0 means small236 unsigned int dma_len; /* length of single DMA segment mapping */237 dma_addr_t first_dma;238 dma_addr_t meta_dma;239 struct sg_table sgt;240 union nvme_descriptor list[NVME_MAX_NR_ALLOCATIONS];