Searched refs:ext_db (Results 1 – 2 of 2) sorted by relevance
529 sdb_dma_addr = db->ext_db->sdb_buf_list->map; in hns_roce_set_sdb_ext()537 db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()548 dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep); in hns_roce_set_sdb_ext()571 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()579 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()582 db->ext_db->eodb_dep); in hns_roce_set_odb_ext()586 dev_dbg(dev, "ext ODB depth: 0x%x\n", db->ext_db->eodb_dep); in hns_roce_set_odb_ext()604 db->ext_db = kmalloc(sizeof(*db->ext_db), GFP_KERNEL); in hns_roce_db_ext_init()605 if (!db->ext_db) in hns_roce_db_ext_init()609 db->ext_db->sdb_buf_list = kmalloc( in hns_roce_db_ext_init()[all …]
1042 struct hns_roce_ext_db *ext_db; member