Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_srq.c341 srq->db_reg_l = hr_dev->reg_base + SRQ_DB_REG; in hns_roce_create_srq()
Dhns_roce_device.h408 void __iomem *db_reg_l; member
493 void __iomem *db_reg_l; member
Dhns_roce_qp.c756 hr_qp->sq.db_reg_l = hr_dev->reg_base + hr_dev->sdb_offset + in alloc_qp_db()
758 hr_qp->rq.db_reg_l = hr_dev->reg_base + hr_dev->odb_offset + in alloc_qp_db()
Dhns_roce_hw_v1.c334 hns_roce_write64_k(doorbell, qp->sq.db_reg_l); in hns_roce_v1_post_send()
431 hns_roce_write64_k(doorbell, hr_qp->rq.db_reg_l); in hns_roce_v1_post_recv()
3225 hr_qp->rq.db_reg_l = hr_dev->reg_base + in hns_roce_v1_m_qp()
3230 hns_roce_write64_k(doorbell, hr_qp->rq.db_reg_l); in hns_roce_v1_m_qp()
Dhns_roce_hw_v2.c637 hns_roce_write64(hr_dev, (__le32 *)&sq_db, qp->sq.db_reg_l); in update_sq_db()
941 hns_roce_write64(hr_dev, (__le32 *)&srq_db, srq->db_reg_l); in hns_roce_v2_post_srq_recv()