Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c517 sdb_dma_addr = db->ext_db->sdb_buf_list->map; in hns_roce_set_sdb_ext()
525 db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()
536 dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()
556 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()
564 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
567 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
571 dev_dbg(dev, "ext ODB depth: 0x%x\n", db->ext_db->eodb_dep); in hns_roce_set_odb_ext()
586 db->ext_db = kmalloc(sizeof(*db->ext_db), GFP_KERNEL); in hns_roce_db_ext_init()
587 if (!db->ext_db) in hns_roce_db_ext_init()
591 db->ext_db->sdb_buf_list = kmalloc( in hns_roce_db_ext_init()
[all …]
H A Dhns_roce_hw_v1.h1042 struct hns_roce_ext_db *ext_db; member