Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_mr.c793 u32 bt_page_size; in hns_roce_write_mtt_chunk() local
799 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() local
856 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 …]