Home
last modified time | relevance | path

Searched refs:db_off (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h55 u8 db_off; member
664 wq->rq.queue[wq->rq.size].status.db_off = 1; in t4_disable_wq_db()
669 wq->rq.queue[wq->rq.size].status.db_off = 0; in t4_enable_wq_db()
825 u8 db_off; member
H A Ddevice.c898 rdev->status_page->db_off = 0; in c4iw_rdev_open()
1279 ctx->dev->rdev.status_page->db_off = 1; in stop_queues()
1327 ctx->dev->rdev.status_page->db_off = 0; in resume_queues()
H A Dqp.c1248 if (!rhp->rdev.status_page->db_off) { in c4iw_post_send()
1328 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_receive()
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c1119 dev->db_bar_addr + resp->db_off, in cq_mmap_entries_setup()
1127 resp->db_off &= ~PAGE_MASK; in cq_mmap_entries_setup()
1256 resp.db_off = result.db_off; in efa_create_cq_umem()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h60 __le32 db_off; member
H A Dcdnsp-mem.c1271 val = readl(&pdev->cap_regs->db_off); in cdnsp_mem_init()
/linux/drivers/usb/host/
H A Dxhci.h71 __le32 db_off; member
H A Dxhci.c519 offset = readl(&xhci->cap_regs->db_off) & DBOFF_MASK; in xhci_set_doorbell_ptr()