Home
last modified time | relevance | path

Searched refs:MR_TYPE_FRMR (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_mr.c94 bool is_fast = mr->type == MR_TYPE_FRMR; in alloc_mr_pbl()
162 if (mr->type != MR_TYPE_FRMR) in hns_roce_mr_enable()
394 mr->type = MR_TYPE_FRMR; in hns_roce_alloc_mr()
Dhns_roce_device.h82 #define MR_TYPE_FRMR 0x01 macro