Searched refs:bt_page_size (Results 1 – 1 of 1) sorted by relevance
793 u32 bt_page_size; in hns_roce_write_mtt_chunk() local799 bt_page_size = 1 << (hr_dev->caps.mtt_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt_chunk()803 bt_page_size = 1 << (hr_dev->caps.cqe_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt_chunk()807 bt_page_size = 1 << (hr_dev->caps.srqwqe_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt_chunk()811 bt_page_size = 1 << (hr_dev->caps.idx_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt_chunk()818 if (start_index / (bt_page_size / sizeof(u64)) != in hns_roce_write_mtt_chunk()819 (start_index + npages - 1) / (bt_page_size / sizeof(u64))) in hns_roce_write_mtt_chunk()849 u32 bt_page_size; in hns_roce_write_mtt() local856 bt_page_size = 1 << (hr_dev->caps.mtt_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt()859 bt_page_size = 1 << (hr_dev->caps.cqe_ba_pg_sz + PAGE_SHIFT); in hns_roce_write_mtt()[all …]