Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c886 unsigned int *buf_page_shift, u64 unalinged_size) in mtr_init_buf_cfg() argument
936 *buf_page_shift = page_shift; in mtr_init_buf_cfg()
1026 unsigned int buf_page_shift = 0; in hns_roce_mtr_create() local
1031 &buf_page_shift, in hns_roce_mtr_create()
1033 if (buf_page_cnt < 1 || buf_page_shift < HNS_HW_PAGE_SHIFT) { in hns_roce_mtr_create()
1035 buf_page_cnt, buf_page_shift); in hns_roce_mtr_create()
1061 ret = mtr_map_bufs(hr_dev, mtr, buf_page_cnt, buf_page_shift); in hns_roce_mtr_create()