Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c577 u32 odb_ext_mod) in hns_roce_db_ext_init() argument
614 if (odb_ext_mod) { in hns_roce_db_ext_init()
638 hns_roce_set_db_ext_mode(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_ext_init()
887 u32 odb_ext_mod; in hns_roce_db_init() local
896 odb_ext_mod = HNS_ROCE_ODB_EXTEND_MODE; in hns_roce_db_init()
901 db->odb_ext_mod = odb_ext_mod; in hns_roce_db_init()
904 ret = hns_roce_db_ext_init(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_init()
1135 if (db->odb_ext_mod) { in hns_roce_db_free()
H A Dhns_roce_hw_v1.h1041 int odb_ext_mod; member