Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c663 static int hns_roce_db_ext_init(struct hns_roce_dev *hr_dev, u32 sdb_ext_mod, in hns_roce_db_ext_init() argument
677 if (sdb_ext_mod) { in hns_roce_db_ext_init()
725 hns_roce_set_db_ext_mode(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_ext_init()
733 if (sdb_ext_mod) { in hns_roce_db_ext_init()
740 if (sdb_ext_mod) in hns_roce_db_ext_init()
973 u32 sdb_ext_mod; in hns_roce_db_init() local
982 sdb_ext_mod = HNS_ROCE_SDB_EXTEND_MODE; in hns_roce_db_init()
987 db->sdb_ext_mod = sdb_ext_mod; in hns_roce_db_init()
991 ret = hns_roce_db_ext_init(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_init()
1214 if (db->sdb_ext_mod) { in hns_roce_db_free()
Dhns_roce_hw_v1.h1083 int sdb_ext_mod; member