Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_qp.c678 hr_qp->sq.db_reg_l = hr_dev->reg_base + hr_dev->sdb_offset + in hns_roce_create_qp_common()
680 hr_qp->rq.db_reg_l = hr_dev->reg_base + hr_dev->odb_offset + in hns_roce_create_qp_common()
Dhns_roce_device.h345 void __iomem *db_reg_l; member
Dhns_roce_hw_v1.c341 hns_roce_write64_k((__le32 *)doorbell, qp->sq.db_reg_l); in hns_roce_v1_post_send()
444 hr_qp->rq.db_reg_l); in hns_roce_v1_post_recv()
3327 hr_qp->rq.db_reg_l = hr_dev->reg_base + in hns_roce_v1_m_qp()
3332 hns_roce_write64_k(doorbell, hr_qp->rq.db_reg_l); in hns_roce_v1_m_qp()
Dhns_roce_hw_v2.c530 hns_roce_write64_k((__le32 *)&sq_db, qp->sq.db_reg_l); in hns_roce_v2_post_send()