Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
103 struct nvme_iod { struct104 unsigned long private; /* For the use of the submitter of the I/O */105 int npages; /* In the PRP list. 0 means small pool in use */106 int offset; /* Of PRP list */107 int nents; /* Used in scatterlist */108 int length; /* Of data, in bytes */109 dma_addr_t first_dma;110 struct scatterlist meta_sg[1]; /* metadata requires single contiguous buffer */111 struct scatterlist sg[0];