Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
201 struct nvme_iod { struct202 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;[all …]