Home
last modified time | relevance | path

Searched refs:bt_l1_dma_addr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c470 table->bt_l1_dma_addr[index->l1]); in free_mhop_hem()
512 &table->bt_l1_dma_addr[index->l1], in alloc_mhop_hem()
520 table->bt_l1_dma_addr[index->l1]; in alloc_mhop_hem()
912 table->bt_l1_dma_addr = kcalloc(num_bt_l1, in hns_roce_init_hem_table()
913 sizeof(*table->bt_l1_dma_addr), in hns_roce_init_hem_table()
916 if (!table->bt_l1_dma_addr) in hns_roce_init_hem_table()
949 kfree(table->bt_l1_dma_addr); in hns_roce_init_hem_table()
950 table->bt_l1_dma_addr = NULL; in hns_roce_init_hem_table()
987 kfree(table->bt_l1_dma_addr); in hns_roce_cleanup_mhop_hem_table()
988 table->bt_l1_dma_addr = NULL; in hns_roce_cleanup_mhop_hem_table()
H A Dhns_roce_device.h315 dma_addr_t *bt_l1_dma_addr; member
H A Dhns_roce_hw_v2.c3656 bt_ba = table->bt_l1_dma_addr[l1_idx]; in hns_roce_v2_set_hem()