Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c362 struct hns_roce_rq_db rq_db; in hns_roce_v1_post_recv() local
424 rq_db.u32_4 = 0; in hns_roce_v1_post_recv()
425 rq_db.u32_8 = 0; in hns_roce_v1_post_recv()
427 roce_set_field(rq_db.u32_4, RQ_DOORBELL_U32_4_RQ_HEAD_M, in hns_roce_v1_post_recv()
430 roce_set_field(rq_db.u32_8, RQ_DOORBELL_U32_8_QPN_M, in hns_roce_v1_post_recv()
432 roce_set_field(rq_db.u32_8, RQ_DOORBELL_U32_8_CMD_M, in hns_roce_v1_post_recv()
434 roce_set_bit(rq_db.u32_8, RQ_DOORBELL_U32_8_HW_SYNC_S, in hns_roce_v1_post_recv()
437 doorbell[0] = rq_db.u32_4; in hns_roce_v1_post_recv()
438 doorbell[1] = rq_db.u32_8; in hns_roce_v1_post_recv()
/Linux-v5.4/drivers/infiniband/hw/ocrdma/
Docrdma.h410 u8 __iomem *rq_db; member
Docrdma_verbs.c1250 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db()
1257 qp->rq_db = dev->nic_info.db + in ocrdma_set_qp_db()
2210 iowrite32(val, qp->rq_db); in ocrdma_ring_rq_db()
/Linux-v5.4/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()