Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c604 sdb_dma_addr = db->ext_db->sdb_buf_list->map; in hns_roce_set_sdb_ext()
612 db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()
623 dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()
643 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()
651 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
654 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
658 dev_dbg(dev, "ext ODB depth: 0x%x\n", db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
673 db->ext_db = kmalloc(sizeof(*db->ext_db), GFP_KERNEL); in hns_roce_db_ext_init()
674 if (!db->ext_db) in hns_roce_db_ext_init()
678 db->ext_db->sdb_buf_list = kmalloc( in hns_roce_db_ext_init()
[all …]
Dhns_roce_hw_v1.h1085 struct hns_roce_ext_db *ext_db; member