Lines Matching defs:nvme_iod
201 struct nvme_iod { struct
202 struct nvme_request req;
203 struct nvme_queue *nvmeq;
204 bool use_sgl;
205 int aborted;
206 int npages; /* In the PRP list. 0 means small pool in use */
207 int nents; /* Used in scatterlist */
208 dma_addr_t first_dma;
209 unsigned int dma_len; /* length of single DMA segment mapping */
210 dma_addr_t meta_dma;
211 struct scatterlist *sg;