Searched defs:nvme_queue (Results 1 – 1 of 1) sorted by relevance
98 struct nvme_queue { struct99 struct device *q_dmadev;100 struct nvme_dev *dev;101 char irqname[24]; /* nvme4294967295-65535\0 */102 spinlock_t q_lock;103 struct nvme_command *sq_cmds;104 volatile struct nvme_completion *cqes;105 dma_addr_t sq_dma_addr;106 dma_addr_t cq_dma_addr;107 u32 __iomem *q_db;[all …]