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