Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c576 static int hns_roce_db_ext_init(struct hns_roce_dev *hr_dev, u32 sdb_ext_mod, in hns_roce_db_ext_init() argument
590 if (sdb_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()
646 if (sdb_ext_mod) { in hns_roce_db_ext_init()
653 if (sdb_ext_mod) in hns_roce_db_ext_init()
886 u32 sdb_ext_mod; in hns_roce_db_init() local
895 sdb_ext_mod = HNS_ROCE_SDB_EXTEND_MODE; in hns_roce_db_init()
900 db->sdb_ext_mod = sdb_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()
1128 if (db->sdb_ext_mod) { in hns_roce_db_free()
H A Dhns_roce_hw_v1.h1040 int sdb_ext_mod; member