Searched refs:rq_db (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/fungible/funcore/ |
A D | fun_queue.h | 34 u32 __iomem *rq_db; member 111 writel(funq->rq_tail, funq->rq_db); in funq_rq_post()
|
A D | fun_queue.c | 346 writel(funq->rq_tail, funq->rq_db); in fun_process_cq() 531 &funq->rq_db); in fun_create_rq()
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/ |
A D | funeth_rx.c | 529 writel((q->rq_cons - 1) & q->rq_mask, q->rq_db); in fun_rxq_napi_poll() 732 &q->hw_sqid, &q->rq_db); in fun_rxq_create_dev() 746 writel(q->rq_mask, q->rq_db); in fun_rxq_create_dev()
|
A D | funeth_txrx.h | 177 u32 __iomem *rq_db; /* RQ doorbell register address */ member
|
/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/ |
A D | ocrdma.h | 408 u8 __iomem *rq_db; member
|
A D | ocrdma_verbs.c | 1237 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db() 1244 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db() 2196 iowrite32(val, qp->rq_db); in ocrdma_ring_rq_db()
|
/linux-6.3-rc2/drivers/scsi/bnx2i/ |
A D | bnx2i_hwi.c | 233 struct bnx2i_5771x_sq_rq_db *rq_db; in bnx2i_put_rq_buf() local 249 rq_db = (struct bnx2i_5771x_sq_rq_db *) ep->qp.rq_pgtbl_virt; in bnx2i_put_rq_buf() 250 rq_db->prod_idx = ep->qp.rq_prod_idx; in bnx2i_put_rq_buf()
|
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v2.c | 653 struct hns_roce_v2_db rq_db = {}; in update_rq_db() local 655 hr_reg_write(&rq_db, DB_TAG, qp->qpn); in update_rq_db() 656 hr_reg_write(&rq_db, DB_CMD, HNS_ROCE_V2_RQ_DB); in update_rq_db() 657 hr_reg_write(&rq_db, DB_PI, qp->rq.head); in update_rq_db() 659 hns_roce_write64(hr_dev, (__le32 *)&rq_db, in update_rq_db()
|
Completed in 35 milliseconds