Home
last modified time | relevance | path

Searched refs:NVME_REG_DBS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c585 num_dbs = (pci_resource_len(pdev, 0) - NVME_REG_DBS) >> in fun_get_dev_limits()
785 fdev->dbs = fdev->bar + NVME_REG_DBS; in fun_dev_enable()
/linux/drivers/nvme/target/
H A Dpci-epf.c1287 cq->db = NVME_REG_DBS + (((cqid * 2) + 1) * sizeof(u32)); in nvmet_pci_epf_create_cq()
1386 sq->db = NVME_REG_DBS + (sqid * 2 * sizeof(u32)); in nvmet_pci_epf_create_sq()
2183 reg_size = NVME_REG_DBS + (NVMET_NR_QUEUES * 2 * sizeof(u32)); in nvmet_pci_epf_configure_bar()
/linux/drivers/nvme/host/
H A Dapple.c1513 anv->adminq.sq_db = anv->mmio_nvme + NVME_REG_DBS; in apple_nvme_alloc()
1515 anv->ioq.sq_db = anv->mmio_nvme + NVME_REG_DBS + 8; in apple_nvme_alloc()
H A Dpci.c2276 return NVME_REG_DBS + ((nr_io_queues + 1) * 8 * dev->db_stride); in db_bar_size()
2295 dev->dbs = dev->bar + NVME_REG_DBS; in nvme_remap_bar()
3540 if (nvme_remap_bar(dev, NVME_REG_DBS + 4096)) in nvme_dev_map()
/linux/include/linux/
H A Dnvme.h162 NVME_REG_DBS = 0x1000, /* SQ 0 Tail Doorbell */ enumerator