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