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