Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_cq.c232 buf->hr_mtt.mtt_type = MTT_TYPE_CQE; in hns_roce_ib_get_cq_umem()
234 buf->hr_mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_ib_get_cq_umem()
278 buf->hr_mtt.mtt_type = MTT_TYPE_CQE; in hns_roce_ib_alloc_cq_buf()
280 buf->hr_mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_ib_alloc_cq_buf()
Dhns_roce_mr.c180 unsigned long *seg, u32 mtt_type) in hns_roce_alloc_mtt_range() argument
187 if (mtt_type == MTT_TYPE_WQE) { in hns_roce_alloc_mtt_range()
231 mtt->mtt_type); in hns_roce_mtt_init()
245 if (mtt->mtt_type == MTT_TYPE_WQE) { in hns_roce_mtt_cleanup()
714 if (mtt->mtt_type == MTT_TYPE_WQE) in hns_roce_write_mtt_chunk()
727 if (mtt->mtt_type == MTT_TYPE_WQE) in hns_roce_write_mtt_chunk()
760 if (mtt->mtt_type == MTT_TYPE_WQE) in hns_roce_write_mtt()
896 order = mtt->mtt_type == MTT_TYPE_WQE ? hr_dev->caps.mtt_ba_pg_sz : in hns_roce_ib_umem_write_mtt()
Dhns_roce_qp.c600 hr_qp->mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_create_qp_common()
704 hr_qp->mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_create_qp_common()
Dhns_roce_device.h293 enum hns_roce_mtt_type mtt_type; member