Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/ !
H A Dhns_roce_trace.h153 __field(bool, mtt_only)
164 __entry->mtt_only = attr->mtt_only;
169 str_yes_no(__entry->mtt_only),
H A Dhns_roce_mr.c107 buf_attr.mtt_only = is_fast; in alloc_mr_pbl()
1047 if (buf_attr->mtt_only) { in hns_roce_mtr_create()
1077 if (buf_attr->mtt_only) in hns_roce_mtr_create()
H A Dhns_roce_device.h306 bool mtt_only; /* only alloc buffer-required MTT memory */ member