Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_mr.c178 unsigned long *seg, u32 mtt_type) in hns_roce_alloc_mtt_range() argument
185 switch (mtt_type) { in hns_roce_alloc_mtt_range()
204 mtt_type); in hns_roce_alloc_mtt_range()
244 mtt->mtt_type); in hns_roce_mtt_init()
258 switch (mtt->mtt_type) { in hns_roce_mtt_cleanup()
290 mtt->mtt_type); in hns_roce_mtt_cleanup()
796 switch (mtt->mtt_type) { in hns_roce_write_mtt_chunk()
854 switch (mtt->mtt_type) { in hns_roce_write_mtt()
870 mtt->mtt_type); in hns_roce_write_mtt()
1033 switch (mtt->mtt_type) { in hns_roce_ib_umem_write_mtt()
[all …]
Dhns_roce_cq.c222 buf->hr_mtt.mtt_type = MTT_TYPE_CQE; in hns_roce_ib_get_cq_umem()
224 buf->hr_mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_ib_get_cq_umem()
267 buf->hr_mtt.mtt_type = MTT_TYPE_CQE; in hns_roce_ib_alloc_cq_buf()
269 buf->hr_mtt.mtt_type = MTT_TYPE_WQE; in hns_roce_ib_alloc_cq_buf()
Dhns_roce_srq.c387 srq->mtt.mtt_type = MTT_TYPE_SRQWQE; in hns_roce_create_srq()
388 srq->idx_que.mtt.mtt_type = MTT_TYPE_IDX; in hns_roce_create_srq()
Dhns_roce_device.h345 enum hns_roce_mtt_type mtt_type; member