Home
last modified time | relevance | path

Searched refs:dbs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h53 u32 __iomem *dbs; /* start of doorbells in BAR0 mapping */ member
106 return &fdev->dbs[db_index * fdev->db_stride]; in fun_db_addr()
H A Dfun_dev.c785 fdev->dbs = fdev->bar + NVME_REG_DBS; in fun_dev_enable()
/linux/drivers/s390/char/
H A Dsclp_sdias.c123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count()
190 sccb->evbuf.dbs = 1; in sclp_sdias_copy()
H A Dsclp_sdias.h39 u16 dbs; member
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c211 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(dbs, u32, "%llu\n");
/linux/drivers/nvme/host/
H A Dpci.c122 u32 __iomem *dbs; member
1677 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_alloc_queue()
1712 nvmeq->q_db = &dev->dbs[qid * 2 * dev->db_stride]; in nvme_init_queue()
1847 dev->dbs = dev->bar + NVME_REG_DBS; in nvme_remap_bar()
2499 adminq->q_db = dev->dbs; in nvme_setup_io_queues()
2703 dev->dbs = dev->bar + 4096; in nvme_pci_enable()