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