Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dt4.h54 u8 db_off; member
523 wq->rq.queue[wq->rq.size].status.db_off = 1; in t4_disable_wq_db()
528 wq->rq.queue[wq->rq.size].status.db_off = 0; in t4_enable_wq_db()
533 return !wq->rq.queue[wq->rq.size].status.db_off; in t4_wq_db_enabled()
701 u8 db_off; member
Ddevice.c868 rdev->status_page->db_off = 0; in c4iw_rdev_open()
1254 ctx->dev->rdev.status_page->db_off = 1; in stop_queues()
1306 ctx->dev->rdev.status_page->db_off = 0; in resume_queues()
Dqp.c858 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_send()
931 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_receive()
/drivers/usb/host/
Dxhci-dbg.c53 temp = readl(&xhci->cap_regs->db_off); in xhci_dbg_regs()
54 xhci_dbg(xhci, "// @%p = 0x%x DBOFF\n", &xhci->cap_regs->db_off, temp); in xhci_dbg_regs()
Dxhci.h68 __le32 db_off; member
Dxhci-mem.c2531 val = readl(&xhci->cap_regs->db_off); in xhci_mem_init()