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