Lines Matching refs:mtts
792 __le64 *mtts; in hns_roce_write_mtt_chunk() local
825 mtts = hns_roce_table_find(hr_dev, table, in hns_roce_write_mtt_chunk()
829 if (!mtts) in hns_roce_write_mtt_chunk()
835 mtts[i] = cpu_to_le64(page_list[i] >> PAGE_ADDR_SHIFT); in hns_roce_write_mtt_chunk()
837 mtts[i] = cpu_to_le64(page_list[i]); in hns_roce_write_mtt_chunk()
1584 u64 *mtts; in hns_roce_write_mtr() local
1592 mtts = hns_roce_hem_list_find_mtt(hr_dev, &mtr->hem_list, in hns_roce_write_mtr()
1594 if (!mtts) in hns_roce_write_mtr()
1600 mtts[i] = bufs[npage] >> PAGE_ADDR_SHIFT; in hns_roce_write_mtr()
1602 mtts[i] = bufs[npage]; in hns_roce_write_mtr()
1647 u64 *mtts = mtt_buf; in hns_roce_mtr_find() local
1654 if (mtts == NULL || mtt_max < 1) in hns_roce_mtr_find()
1667 memcpy(&mtts[total], addr, BA_BYTE_LEN * npage); in hns_roce_mtr_find()