Home
last modified time | relevance | path

Searched refs:NVME_REG_SUBQ_BELL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/nvme/
H A Dnvme.c139 queue->subq_doorbell_reg = NVME_REG_SUBQ_BELL(qid, sc->dstrd4); in nvme_alloc_subqueue()
H A Dnvme_chipset.h65 #define NVME_REG_SUBQ_BELL(n, dstrd4) (0x1000 + ((n) * 2 + 0) * (dstrd4)) macro