Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c531 &(table->bt_l1_dma_addr[bt_l1_idx]), in hns_roce_table_mhop_get()
539 table->bt_l1_dma_addr[bt_l1_idx]; in hns_roce_table_mhop_get()
598 table->bt_l1_dma_addr[bt_l1_idx]); in hns_roce_table_mhop_get()
752 table->bt_l1_dma_addr[bt_l1_idx]); in hns_roce_table_mhop_put()
979 table->bt_l1_dma_addr = kcalloc(num_bt_l1, in hns_roce_init_hem_table()
980 sizeof(*table->bt_l1_dma_addr), in hns_roce_init_hem_table()
983 if (!table->bt_l1_dma_addr) in hns_roce_init_hem_table()
1016 kfree(table->bt_l1_dma_addr); in hns_roce_init_hem_table()
1017 table->bt_l1_dma_addr = NULL; in hns_roce_init_hem_table()
1054 kfree(table->bt_l1_dma_addr); in hns_roce_cleanup_mhop_hem_table()
[all …]
Dhns_roce_device.h336 dma_addr_t *bt_l1_dma_addr; member
Dhns_roce_hw_v2.c3097 bt_ba = table->bt_l1_dma_addr[l1_idx]; in hns_roce_v2_set_hem()