Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c364 table->bt_l1[index->l1] = NULL; in free_mhop_hem()
402 !table->bt_l1[index->l1]) { in alloc_mhop_hem()
406 if (!table->bt_l1[index->l1]) { in alloc_mhop_hem()
432 *(table->bt_l1[index->l1] + mhop->l2_idx) = bt_ba; in alloc_mhop_hem()
783 table->bt_l1 = kcalloc(num_bt_l1, in hns_roce_init_hem_table()
784 sizeof(*table->bt_l1), in hns_roce_init_hem_table()
786 if (!table->bt_l1) in hns_roce_init_hem_table()
828 kfree(table->bt_l1); in hns_roce_init_hem_table()
829 table->bt_l1 = NULL; in hns_roce_init_hem_table()
860 kfree(table->bt_l1); in hns_roce_cleanup_mhop_hem_table()
[all …]
H A Dhns_roce_device.h260 u64 **bt_l1; member