Lines Matching refs:sq_ba
2552 u64 *sq_ba, u64 *rq_ba, dma_addr_t *bt_ba) in find_wqe_mtt() argument
2557 count = hns_roce_mtr_find(hr_dev, &hr_qp->mtr, 0, sq_ba, 1, bt_ba); in find_wqe_mtt()
2582 u64 sq_ba = 0; in hns_roce_v1_m_sqp() local
2592 if (find_wqe_mtt(hr_dev, hr_qp, &sq_ba, &rq_ba, &dma_handle)) in hns_roce_v1_m_sqp()
2651 context->cur_sq_wqe_ba_l = cpu_to_le32(sq_ba); in hns_roce_v1_m_sqp()
2656 upper_32_bits(sq_ba)); in hns_roce_v1_m_sqp()
2746 u64 sq_ba = 0; in hns_roce_v1_m_qp() local
2765 if (find_wqe_mtt(hr_dev, hr_qp, &sq_ba, &rq_ba, &dma_handle)) in hns_roce_v1_m_qp()
3102 context->rx_cur_sq_wqe_ba_l = cpu_to_le32(sq_ba); in hns_roce_v1_m_qp()
3107 upper_32_bits(sq_ba)); in hns_roce_v1_m_qp()
3250 context->tx_cur_sq_wqe_ba_l = cpu_to_le32(sq_ba); in hns_roce_v1_m_qp()
3255 upper_32_bits(sq_ba)); in hns_roce_v1_m_qp()