Searched refs:mtt_type (Results 1 – 4 of 4) sorted by relevance
232 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()
180 unsigned long *seg, u32 mtt_type) in hns_roce_alloc_mtt_range() argument187 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()
600 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()
293 enum hns_roce_mtt_type mtt_type; member