Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hem.h51 HEM_TYPE_MTT, enumerator
64 (type < HEM_TYPE_MTT && hop_num == 2)
67 ((type < HEM_TYPE_MTT && hop_num == 1) || \
68 (type >= HEM_TYPE_MTT && hop_num == 2))
71 ((type < HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0) || \
72 (type >= HEM_TYPE_MTT && hop_num == 1) || \
73 (type >= HEM_TYPE_MTT && hop_num == HNS_ROCE_HOP_NUM_0))
A Dhns_roce_hem.c225 chunk_size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : in hns_roce_calc_hem_mhop()
458 size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : bt_size; in alloc_mhop_hem()
470 if (table->type < HEM_TYPE_MTT) { in alloc_mhop_hem()
552 if (table->type < HEM_TYPE_MTT) { in hns_roce_table_mhop_get()
640 if (table->type < HEM_TYPE_MTT) { in clear_mhop_hem()
821 if (type >= HEM_TYPE_MTT) in hns_roce_init_hem_table()
900 buf_chunk_size = table->type < HEM_TYPE_MTT ? mhop.buf_chunk_size : in hns_roce_cleanup_mhop_hem_table()
A Dhns_roce_hw_v2.c2054 if (hem_type >= HEM_TYPE_MTT) in calc_pg_sz()

Completed in 17 milliseconds