Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c163 hr_reg_write(fseg, FRMR_PBL_BUF_PG_SZ, in set_frmr_seg()
625 hr_reg_write(&sq_db, DB_SL, qp->sl); in update_sq_db()
3351 hr_reg_write(mpt_entry, MPT_RR_EN, in hns_roce_v2_rereg_write_mtpt()
3353 hr_reg_write(mpt_entry, MPT_RW_EN, in hns_roce_v2_rereg_write_mtpt()
3422 hr_reg_write(mpt_entry, MPT_BQP, in hns_roce_v2_mw_write_mtpt()
5054 hr_reg_write(context, QPC_UDPSPN, in hns_roce_v2_set_path()
5226 hr_reg_write(context, QPC_RR_MAX, in hns_roce_v2_set_opt_fields()
5826 hr_reg_write(ctx, SRQC_SRQ_ST, 1); in hns_roce_v2_write_srqc()
5834 hr_reg_write(ctx, SRQC_RQWS, in hns_roce_v2_write_srqc()
6179 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