Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c595 static int hns_roce_db_ext_init(struct hns_roce_dev *hr_dev, u32 sdb_ext_mod, in hns_roce_db_ext_init() argument
612 if (sdb_ext_mod) { in hns_roce_db_ext_init()
660 hns_roce_set_db_ext_mode(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_ext_init()
668 if (sdb_ext_mod) { in hns_roce_db_ext_init()
675 if (sdb_ext_mod) in hns_roce_db_ext_init()
904 u32 sdb_ext_mod; in hns_roce_db_init() local
916 sdb_ext_mod = HNS_ROCE_SDB_EXTEND_MODE; in hns_roce_db_init()
921 db->sdb_ext_mod = sdb_ext_mod; in hns_roce_db_init()
925 ret = hns_roce_db_ext_init(hr_dev, sdb_ext_mod, odb_ext_mod); in hns_roce_db_init()
1175 if (db->sdb_ext_mod) { in hns_roce_db_free()
Dhns_roce_hw_v1.h1046 int sdb_ext_mod; member