Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_mr.c94 bool is_fast = mr->type == MR_TYPE_FRMR; in alloc_mr_pbl() local
98 mr->pbl_hop_num = is_fast ? 1 : hr_dev->caps.pbl_hop_num; in alloc_mr_pbl()
99 buf_attr.page_shift = is_fast ? PAGE_SHIFT : in alloc_mr_pbl()
106 buf_attr.mtt_only = is_fast; in alloc_mr_pbl()
109 buf_attr.adaptive = !is_fast; in alloc_mr_pbl()