Searched refs:hr_reg_write (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v2.c | 162 hr_reg_write(fseg, FRMR_PBL_BUF_PG_SZ, in set_frmr_seg() 637 hr_reg_write(&sq_db, DB_SL, qp->sl); in update_sq_db() 963 hr_reg_write(db, DB_TAG, srq->srqn); in update_srq_db() 3380 hr_reg_write(mpt_entry, MPT_RR_EN, in hns_roce_v2_rereg_write_mtpt() 3456 hr_reg_write(mpt_entry, MPT_BQP, in hns_roce_v2_mw_write_mtpt() 4995 hr_reg_write(context, QPC_UDPSPN, in hns_roce_v2_set_path() 5182 hr_reg_write(context, QPC_RR_MAX, in hns_roce_v2_set_opt_fields() 5689 hr_reg_write(ctx, SRQC_SRQ_ST, 1); in hns_roce_v2_write_srqc() 5697 hr_reg_write(ctx, SRQC_RQWS, in hns_roce_v2_write_srqc() 5982 hr_reg_write(&eq_db, EQ_DB_CMD, in update_eq_db() [all …]
|
A D | hns_roce_common.h | 95 #define hr_reg_write(ptr, field, val) _hr_reg_write(ptr, field, val) macro
|
Completed in 19 milliseconds