Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma.h410 u8 __iomem *rq_db; member
Docrdma_verbs.c1310 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db()
1317 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db()
2278 iowrite32(val, qp->rq_db); in ocrdma_ring_rq_db()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c365 struct hns_roce_rq_db rq_db; in hns_roce_v1_post_recv() local
427 rq_db.u32_4 = 0; in hns_roce_v1_post_recv()
428 rq_db.u32_8 = 0; in hns_roce_v1_post_recv()
430 roce_set_field(rq_db.u32_4, RQ_DOORBELL_U32_4_RQ_HEAD_M, in hns_roce_v1_post_recv()
433 roce_set_field(rq_db.u32_8, RQ_DOORBELL_U32_8_QPN_M, in hns_roce_v1_post_recv()
435 roce_set_field(rq_db.u32_8, RQ_DOORBELL_U32_8_CMD_M, in hns_roce_v1_post_recv()
437 roce_set_bit(rq_db.u32_8, RQ_DOORBELL_U32_8_HW_SYNC_S, in hns_roce_v1_post_recv()
440 doorbell[0] = le32_to_cpu(rq_db.u32_4); in hns_roce_v1_post_recv()
441 doorbell[1] = le32_to_cpu(rq_db.u32_8); in hns_roce_v1_post_recv()
/Linux-v4.19/drivers/scsi/bnx2i/
Dbnx2i_hwi.c233 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()