Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dt4.h54 u8 db_off; member
673 wq->rq.queue[wq->rq.size].status.db_off = 1; in t4_disable_wq_db()
678 wq->rq.queue[wq->rq.size].status.db_off = 0; in t4_enable_wq_db()
683 return !wq->rq.queue[wq->rq.size].status.db_off; in t4_wq_db_enabled()
857 u8 db_off; member
Ddevice.c887 rdev->status_page->db_off = 0; in c4iw_rdev_open()
1279 ctx->dev->rdev.status_page->db_off = 1; in stop_queues()
1331 ctx->dev->rdev.status_page->db_off = 0; in resume_queues()
Dqp.c1270 if (!rhp->rdev.status_page->db_off) { in c4iw_post_send()
1350 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_receive()
/Linux-v4.19/drivers/usb/host/
Dxhci.h56 __le32 db_off; member
Dxhci-mem.c2481 val = readl(&xhci->cap_regs->db_off); in xhci_mem_init()