Searched refs:odb_buf_list (Results 1 – 2 of 2) sorted by relevance
556 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()615 db->ext_db->odb_buf_list = kmalloc( in hns_roce_db_ext_init()616 sizeof(*db->ext_db->odb_buf_list), GFP_KERNEL); in hns_roce_db_ext_init()617 if (!db->ext_db->odb_buf_list) { in hns_roce_db_ext_init()622 db->ext_db->odb_buf_list->buf = dma_alloc_coherent(dev, in hns_roce_db_ext_init()625 if (!db->ext_db->odb_buf_list->buf) { in hns_roce_db_ext_init()629 db->ext_db->odb_buf_list->map = odb_dma_addr; in hns_roce_db_ext_init()643 kfree(db->ext_db->odb_buf_list); in hns_roce_db_ext_init()1137 db->ext_db->odb_buf_list->buf, in hns_roce_db_free()1138 db->ext_db->odb_buf_list->map); in hns_roce_db_free()[all …]
1036 struct hns_roce_buf_list *odb_buf_list; member