Lines Matching refs:mtts
2075 u64 *mtts, dma_addr_t dma_handle, int nent, in hns_roce_v1_write_cqc() argument
2115 cq_context->cur_cqe_ba0_l = cpu_to_le32((u32)(mtts[0])); in hns_roce_v1_write_cqc()
2119 CQ_CONTEXT_CQC_BYTE_20_CUR_CQE_BA0_H_S, (mtts[0]) >> 32); in hns_roce_v1_write_cqc()
2584 u64 *mtts; in hns_roce_v1_m_sqp() local
2591 mtts = hns_roce_table_find(hr_dev, &hr_dev->mr_table.mtt_table, in hns_roce_v1_m_sqp()
2593 if (!mtts) { 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()
2656 context->cur_sq_wqe_ba_l = cpu_to_le32((u32)mtts[0]); in hns_roce_v1_m_sqp()
2661 (mtts[0]) >> 32); in hns_roce_v1_m_sqp()
2731 u64 *mtts = NULL; in hns_roce_v1_m_qp() local
2742 mtts = hns_roce_table_find(hr_dev, &hr_dev->mr_table.mtt_table, in hns_roce_v1_m_qp()
2744 if (mtts == NULL) { 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()
3087 context->rx_cur_sq_wqe_ba_l = cpu_to_le32((u32)(mtts[0])); in hns_roce_v1_m_qp()
3092 (mtts[0]) >> 32); in hns_roce_v1_m_qp()
3235 context->tx_cur_sq_wqe_ba_l = cpu_to_le32((u32)(mtts[0])); in hns_roce_v1_m_qp()
3240 (mtts[0]) >> 32); in hns_roce_v1_m_qp()