Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dt4.h64 u8 db_off; member
439 wq->rq.queue[wq->rq.size].status.db_off = 1; in t4_disable_wq_db()
444 wq->rq.queue[wq->rq.size].status.db_off = 0; in t4_enable_wq_db()
449 return !wq->rq.queue[wq->rq.size].status.db_off; in t4_wq_db_enabled()
/linux-3.4.99/drivers/usb/host/
Dxhci-dbg.c53 temp = xhci_readl(xhci, &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.h65 __le32 db_off; member
Dxhci-mem.c2379 val = xhci_readl(xhci, &xhci->cap_regs->db_off); in xhci_mem_init()