Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_hem.c407 table->bt_l0[index->l0] = NULL; in free_mhop_hem()
427 !table->bt_l0[index->l0]) { in alloc_mhop_hem()
431 if (!table->bt_l0[index->l0]) { in alloc_mhop_hem()
449 *(table->bt_l0[index->l0] + mhop->l1_idx) = in alloc_mhop_hem()
475 *(table->bt_l0[index->l0] + mhop->l1_idx) = bt_ba; in alloc_mhop_hem()
843 table->bt_l0 = kcalloc(num_bt_l0, sizeof(*table->bt_l0), in hns_roce_init_hem_table()
845 if (!table->bt_l0) in hns_roce_init_hem_table()
864 kfree(table->bt_l0); in hns_roce_init_hem_table()
865 table->bt_l0 = NULL; in hns_roce_init_hem_table()
908 kfree(table->bt_l0); in hns_roce_cleanup_mhop_hem_table()
[all …]
A Dhns_roce_device.h249 u64 **bt_l0; member

Completed in 11 milliseconds