Searched defs:apple_nvme_iod (Results 1 – 1 of 1) sorted by relevance
158 struct apple_nvme_iod { struct159 struct nvme_request req;160 struct nvme_command cmd;161 struct apple_nvme_queue *q;162 int npages; /* In the PRP list. 0 means small pool in use */163 int nents; /* Used in scatterlist */164 dma_addr_t first_dma;165 unsigned int dma_len; /* length of single DMA segment mapping */166 struct scatterlist *sg;