Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/host/
Dpci.c224 struct nvme_iod { struct
225 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 …]