Searched defs:nvme_iod (Results 1 – 1 of 1) sorted by relevance
225 struct nvme_iod { struct226 struct nvme_request req;227 struct nvme_command cmd;228 struct nvme_queue *nvmeq;229 bool use_sgl;230 int aborted;231 int npages; /* In the PRP list. 0 means small pool in use */232 int nents; /* Used in scatterlist */233 dma_addr_t first_dma;234 unsigned int dma_len; /* length of single DMA segment mapping */[all …]