Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
112 struct nvme_iod { struct113 unsigned long private; /* For the use of the submitter of the I/O */114 int npages; /* In the PRP list. 0 means small pool in use */115 int offset; /* Of PRP list */116 int nents; /* Used in scatterlist */117 int length; /* Of data, in bytes */118 dma_addr_t first_dma;119 struct scatterlist meta_sg[1]; /* metadata requires single contiguous buffer */120 struct scatterlist sg[0];