Searched refs:ext_db (Results 1 – 2 of 2) sorted by relevance
533 sdb_dma_addr = db->ext_db->sdb_buf_list->map; in hns_roce_set_sdb_ext()541 db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()552 dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()575 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()583 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()586 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()590 dev_dbg(dev, "ext ODB depth: 0x%x\n", db->ext_db->eodb_dep); in hns_roce_set_odb_ext()608 db->ext_db = kmalloc(sizeof(*db->ext_db), GFP_KERNEL); in hns_roce_db_ext_init()609 if (!db->ext_db) in hns_roce_db_ext_init()613 db->ext_db->sdb_buf_list = kmalloc( in hns_roce_db_ext_init()[all …]
1048 struct hns_roce_ext_db *ext_db; member