Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c2581 int rq_pa_start; in hns_roce_v1_m_sqp() local
2635 rq_pa_start = (u32)hr_qp->rq.offset / PAGE_SIZE; in hns_roce_v1_m_sqp()
2637 cpu_to_le32((u32)(mtts[rq_pa_start])); in hns_roce_v1_m_sqp()
2642 (mtts[rq_pa_start]) >> 32); in hns_roce_v1_m_sqp()
2728 int rq_pa_start = 0; in hns_roce_v1_m_qp() local
3005 rq_pa_start = (u32)hr_qp->rq.offset / PAGE_SIZE; in hns_roce_v1_m_qp()
3007 cpu_to_le32((u32)(mtts[rq_pa_start])); in hns_roce_v1_m_qp()
3012 mtts[rq_pa_start] >> 32); in hns_roce_v1_m_qp()