Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
234 struct nvme_iod { struct235 struct nvme_request req;236 struct nvme_command cmd;237 bool aborted;238 s8 nr_allocations; /* PRP list pool allocations. 0 means small240 unsigned int dma_len; /* length of single DMA segment mapping */241 dma_addr_t first_dma;242 dma_addr_t meta_dma;243 struct sg_table sgt;244 struct sg_table meta_sgt;[all …]