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