Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c508 &(table->bt_l0_dma_addr[bt_l0_idx]), in hns_roce_table_mhop_get()
605 table->bt_l0_dma_addr[bt_l0_idx]); in hns_roce_table_mhop_get()
739 table->bt_l0_dma_addr[mhop.l0_idx]); in hns_roce_table_mhop_put()
764 table->bt_l0_dma_addr[mhop.l0_idx]); in hns_roce_table_mhop_put()
994 table->bt_l0_dma_addr = kcalloc(num_bt_l0, in hns_roce_init_hem_table()
995 sizeof(*table->bt_l0_dma_addr), in hns_roce_init_hem_table()
997 if (!table->bt_l0_dma_addr) in hns_roce_init_hem_table()
1058 kfree(table->bt_l0_dma_addr); in hns_roce_cleanup_mhop_hem_table()
1059 table->bt_l0_dma_addr = NULL; in hns_roce_cleanup_mhop_hem_table()
Dhns_roce_device.h338 dma_addr_t *bt_l0_dma_addr; member
Dhns_roce_hw_v2.c3095 bt_ba = table->bt_l0_dma_addr[i]; in hns_roce_v2_set_hem()