Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c93 bool is_fast = mr->type == MR_TYPE_FRMR; in alloc_mr_pbl() local
97 mr->pbl_hop_num = is_fast ? 1 : hr_dev->caps.pbl_hop_num; in alloc_mr_pbl()
98 buf_attr.page_shift = is_fast ? PAGE_SHIFT : in alloc_mr_pbl()
105 buf_attr.mtt_only = is_fast; in alloc_mr_pbl()