Home
last modified time | relevance | path

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

/linux-4.4.14/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.c869 rdev->status_page->db_off = 0; in c4iw_rdev_open()
1255 ctx->dev->rdev.status_page->db_off = 1; in stop_queues()
1307 ctx->dev->rdev.status_page->db_off = 0; in resume_queues()
Dqp.c857 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_send()
930 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_receive()
/linux-4.4.14/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.c2473 val = readl(&xhci->cap_regs->db_off); in xhci_mem_init()