Home
last modified time | relevance | path

Searched refs:dstrd4 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/nvme/
H A Dnvme_chipset.h65 #define NVME_REG_SUBQ_BELL(n, dstrd4) (0x1000 + ((n) * 2 + 0) * (dstrd4)) argument
66 #define NVME_REG_COMQ_BELL(n, dstrd4) (0x1000 + ((n) * 2 + 1) * (dstrd4)) argument
H A Dnvme.h204 uint32_t dstrd4; /* doorbell stride */ member
H A Dnvme.c139 queue->subq_doorbell_reg = NVME_REG_SUBQ_BELL(qid, sc->dstrd4); in nvme_alloc_subqueue()
246 queue->comq_doorbell_reg = NVME_REG_COMQ_BELL(qid, sc->dstrd4); in nvme_alloc_comqueue()
H A Dnvme_attach.c279 sc->dstrd4 = NVME_CAP_DSTRD_GET(sc->cap); in nvme_pci_attach()