Home
last modified time | relevance | path

Searched refs:hr_reg_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c162 hr_reg_write(fseg, FRMR_PBL_BUF_PG_SZ, in set_frmr_seg()
630 hr_reg_write(&sq_db, DB_SL, qp->sl); in update_sq_db()
946 hr_reg_write(db, DB_TAG, srq->srqn); in update_srq_db()
3271 hr_reg_write(mpt_entry, MPT_RR_EN, in hns_roce_v2_rereg_write_mtpt()
3347 hr_reg_write(mpt_entry, MPT_BQP, in hns_roce_v2_mw_write_mtpt()
4907 hr_reg_write(context, QPC_UDPSPN, in hns_roce_v2_set_path()
5086 hr_reg_write(context, QPC_RR_MAX, in hns_roce_v2_set_opt_fields()
5605 hr_reg_write(ctx, SRQC_SRQ_ST, 1); in hns_roce_v2_write_srqc()
5613 hr_reg_write(ctx, SRQC_RQWS, in hns_roce_v2_write_srqc()
5898 hr_reg_write(&eq_db, EQ_DB_CMD, in update_eq_db()
[all …]
H A Dhns_roce_common.h95 #define hr_reg_write(ptr, field, val) _hr_reg_write(ptr, field, val) macro