Home
last modified time | relevance | path

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

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