Home
last modified time | relevance | path

Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/nvme/host/
Dnvme.h103 struct nvme_iod { struct
104 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];