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