Lines Matching defs:nvme_iod
233 struct nvme_iod { struct
234 struct nvme_request req;
235 struct nvme_command cmd;
236 bool aborted;
237 s8 nr_allocations; /* PRP list pool allocations. 0 means small
239 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;
244 union nvme_descriptor meta_list;
245 union nvme_descriptor list[NVME_MAX_NR_ALLOCATIONS];