Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dpci.c226 struct nvme_iod { struct
227 struct nvme_request req;
228 struct nvme_command cmd;
229 bool use_sgl;
230 bool aborted;
231 s8 nr_allocations; /* PRP list pool allocations. 0 means small
233 unsigned int dma_len; /* length of single DMA segment mapping */
234 dma_addr_t first_dma;
235 dma_addr_t meta_dma;
236 struct sg_table sgt;