Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c2481 u64 *sq_ba, u64 *rq_ba, dma_addr_t *bt_ba) in find_wqe_mtt() argument
2492 count = hns_roce_mtr_find(hr_dev, &hr_qp->mtr, hr_qp->rq.offset, rq_ba, in find_wqe_mtt()
2512 u64 rq_ba = 0; in hns_roce_v1_m_sqp() local
2521 if (find_wqe_mtt(hr_dev, hr_qp, &sq_ba, &rq_ba, &dma_handle)) in hns_roce_v1_m_sqp()
2561 context->cur_rq_wqe_ba_l = cpu_to_le32(rq_ba); in hns_roce_v1_m_sqp()
2566 upper_32_bits(rq_ba)); in hns_roce_v1_m_sqp()
2676 u64 rq_ba = 0; in hns_roce_v1_m_qp() local
2694 if (find_wqe_mtt(hr_dev, hr_qp, &sq_ba, &rq_ba, &dma_handle)) in hns_roce_v1_m_qp()
2953 context->cur_rq_wqe_ba_l = cpu_to_le32(rq_ba); in hns_roce_v1_m_qp()
2958 upper_32_bits(rq_ba)); in hns_roce_v1_m_qp()