Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dt4.h55 u8 db_off; member
674 wq->rq.queue[wq->rq.size].status.db_off = 1; in t4_disable_wq_db()
679 wq->rq.queue[wq->rq.size].status.db_off = 0; in t4_enable_wq_db()
684 return !wq->rq.queue[wq->rq.size].status.db_off; in t4_wq_db_enabled()
858 u8 db_off; member
Ddevice.c899 rdev->status_page->db_off = 0; in c4iw_rdev_open()
1280 ctx->dev->rdev.status_page->db_off = 1; in stop_queues()
1328 ctx->dev->rdev.status_page->db_off = 0; in resume_queues()
Dqp.c1251 if (!rhp->rdev.status_page->db_off) { in c4iw_post_send()
1331 if (!qhp->rhp->rdev.status_page->db_off) { in c4iw_post_receive()
/drivers/usb/host/
Dxhci.h60 __le32 db_off; member
Dxhci-mem.c2645 val = readl(&xhci->cap_regs->db_off); in xhci_mem_init()