Lines Matching defs:nvme_iod
224 struct nvme_iod { struct
225 struct nvme_request req;
226 struct nvme_queue *nvmeq;
227 bool use_sgl;
228 int aborted;
229 int npages; /* In the PRP list. 0 means small pool in use */
230 int nents; /* Used in scatterlist */
231 dma_addr_t first_dma;
232 unsigned int dma_len; /* length of single DMA segment mapping */
233 dma_addr_t meta_dma;
234 struct scatterlist *sg;