Searched refs:odb_buf_list (Results 1 – 2 of 2) sorted by relevance
571 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()633 db->ext_db->odb_buf_list = kmalloc( in hns_roce_db_ext_init()634 sizeof(*db->ext_db->odb_buf_list), GFP_KERNEL); in hns_roce_db_ext_init()635 if (!db->ext_db->odb_buf_list) { in hns_roce_db_ext_init()640 db->ext_db->odb_buf_list->buf = dma_alloc_coherent(dev, in hns_roce_db_ext_init()643 if (!db->ext_db->odb_buf_list->buf) { in hns_roce_db_ext_init()647 db->ext_db->odb_buf_list->map = odb_dma_addr; in hns_roce_db_ext_init()661 kfree(db->ext_db->odb_buf_list); in hns_roce_db_ext_init()1190 db->ext_db->odb_buf_list->buf, in hns_roce_db_free()1191 db->ext_db->odb_buf_list->map); in hns_roce_db_free()[all …]
1036 struct hns_roce_buf_list *odb_buf_list; member