Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
226 struct nvme_iod { struct227 struct nvme_request req;228 struct nvme_command cmd;229 bool use_sgl;230 bool aborted;231 s8 nr_allocations; /* PRP list pool allocations. 0 means small233 unsigned int dma_len; /* length of single DMA segment mapping */234 dma_addr_t first_dma;235 dma_addr_t meta_dma;236 struct sg_table sgt;