Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvme/host/
Dpci.c109 struct nvme_queue { struct
110 struct device *q_dmadev;
111 struct nvme_dev *dev;
112 char irqname[24]; /* nvme4294967295-65535\0 */
113 spinlock_t q_lock;
114 struct nvme_command *sq_cmds;
115 struct nvme_command __iomem *sq_cmds_io;
116 volatile struct nvme_completion *cqes;
117 struct blk_mq_tags **tags;
118 dma_addr_t sq_dma_addr;
[all …]