Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c359 table->bt_l1_dma_addr[index->l1]); in free_mhop_hem()
399 &table->bt_l1_dma_addr[index->l1], in alloc_mhop_hem()
407 table->bt_l1_dma_addr[index->l1]; in alloc_mhop_hem()
780 table->bt_l1_dma_addr = kzalloc_objs(*table->bt_l1_dma_addr, in hns_roce_init_hem_table()
783 if (!table->bt_l1_dma_addr) in hns_roce_init_hem_table()
813 kfree(table->bt_l1_dma_addr); in hns_roce_init_hem_table()
814 table->bt_l1_dma_addr = NULL; in hns_roce_init_hem_table()
851 kfree(table->bt_l1_dma_addr); in hns_roce_cleanup_mhop_hem_table()
852 table->bt_l1_dma_addr = NULL; in hns_roce_cleanup_mhop_hem_table()
H A Dhns_roce_device.h270 dma_addr_t *bt_l1_dma_addr; member
H A Dhns_roce_hw_v2.c4434 bt_ba = table->bt_l1_dma_addr[l1_idx]; in hns_roce_v2_set_hem()