Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c2617 int rq_pa_start; in hns_roce_v1_m_sqp() local
2671 rq_pa_start = (u32)hr_qp->rq.offset / PAGE_SIZE; in hns_roce_v1_m_sqp()
2673 cpu_to_le32((u32)(mtts[rq_pa_start])); in hns_roce_v1_m_sqp()
2678 (mtts[rq_pa_start]) >> 32); in hns_roce_v1_m_sqp()
2764 int rq_pa_start = 0; in hns_roce_v1_m_qp() local
3041 rq_pa_start = (u32)hr_qp->rq.offset / PAGE_SIZE; in hns_roce_v1_m_qp()
3043 cpu_to_le32((u32)(mtts[rq_pa_start])); in hns_roce_v1_m_qp()
3048 mtts[rq_pa_start] >> 32); in hns_roce_v1_m_qp()