Home
last modified time | relevance | path

Searched refs:odb_buf_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c643 odb_dma_addr = db->ext_db->odb_buf_list->map; in hns_roce_set_odb_ext()
702 db->ext_db->odb_buf_list = kmalloc( in hns_roce_db_ext_init()
703 sizeof(*db->ext_db->odb_buf_list), GFP_KERNEL); in hns_roce_db_ext_init()
704 if (!db->ext_db->odb_buf_list) { in hns_roce_db_ext_init()
709 db->ext_db->odb_buf_list->buf = dma_alloc_coherent(dev, in hns_roce_db_ext_init()
712 if (!db->ext_db->odb_buf_list->buf) { in hns_roce_db_ext_init()
716 db->ext_db->odb_buf_list->map = odb_dma_addr; in hns_roce_db_ext_init()
730 kfree(db->ext_db->odb_buf_list); in hns_roce_db_ext_init()
1223 db->ext_db->odb_buf_list->buf, in hns_roce_db_free()
1224 db->ext_db->odb_buf_list->map); in hns_roce_db_free()
[all …]
Dhns_roce_hw_v1.h1079 struct hns_roce_buf_list *odb_buf_list; member