Home
last modified time | relevance | path

Searched refs:QPC_SQ_CUR_PSN (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c156 data[offset++] = hr_reg_read(&context, QPC_SQ_CUR_PSN); in hns_roce_fill_res_qp_entry_raw()
Dhns_roce_hw_v2.h592 #define QPC_SQ_CUR_PSN QPC_FIELD_LOC(1375, 1352) macro
Dhns_roce_hw_v2.c5086 hr_reg_write(context, QPC_SQ_CUR_PSN, attr->sq_psn); in hns_roce_v2_set_opt_fields()
5087 hr_reg_clear(qpc_mask, QPC_SQ_CUR_PSN); in hns_roce_v2_set_opt_fields()
5363 qp_attr->sq_psn = (u32)hr_reg_read(&context, QPC_SQ_CUR_PSN); in hns_roce_v2_query_qp()