Searched defs:nvme_queue (Results 1 – 1 of 1) sorted by relevance
156 struct nvme_queue { struct157 struct device *q_dmadev;158 struct nvme_dev *dev;159 spinlock_t sq_lock;160 struct nvme_command *sq_cmds;161 struct nvme_command __iomem *sq_cmds_io;162 spinlock_t cq_lock ____cacheline_aligned_in_smp;163 volatile struct nvme_completion *cqes;164 struct blk_mq_tags **tags;165 dma_addr_t sq_dma_addr;[all …]