Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/nvme/host/
Dpci.c233 struct nvme_iod { struct
234 struct nvme_request req;
235 struct nvme_command cmd;
236 bool aborted;
237 s8 nr_allocations; /* PRP list pool allocations. 0 means small
239 unsigned int dma_len; /* length of single DMA segment mapping */
240 dma_addr_t first_dma;
241 dma_addr_t meta_dma;
242 struct sg_table sgt;
243 struct sg_table meta_sgt;
[all …]