Searched refs:odb_buf_list (Results 1 – 2 of 2) sorted by relevance
575 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()637 db->ext_db->odb_buf_list = kmalloc( in hns_roce_db_ext_init()638 sizeof(*db->ext_db->odb_buf_list), GFP_KERNEL); in hns_roce_db_ext_init()639 if (!db->ext_db->odb_buf_list) { in hns_roce_db_ext_init()644 db->ext_db->odb_buf_list->buf = dma_alloc_coherent(dev, in hns_roce_db_ext_init()647 if (!db->ext_db->odb_buf_list->buf) { in hns_roce_db_ext_init()651 db->ext_db->odb_buf_list->map = odb_dma_addr; in hns_roce_db_ext_init()665 kfree(db->ext_db->odb_buf_list); in hns_roce_db_ext_init()1184 db->ext_db->odb_buf_list->buf, in hns_roce_db_free()1185 db->ext_db->odb_buf_list->map); in hns_roce_db_free()[all …]
1042 struct hns_roce_buf_list *odb_buf_list; member