Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hem.c402 table->bt_l1[index->l1] = NULL; in free_mhop_hem()
441 !table->bt_l1[index->l1]) { in alloc_mhop_hem()
445 if (!table->bt_l1[index->l1]) { in alloc_mhop_hem()
472 *(table->bt_l1[index->l1] + mhop->l2_idx) = bt_ba; in alloc_mhop_hem()
833 table->bt_l1 = kcalloc(num_bt_l1, in hns_roce_init_hem_table()
834 sizeof(*table->bt_l1), in hns_roce_init_hem_table()
836 if (!table->bt_l1) in hns_roce_init_hem_table()
879 kfree(table->bt_l1); in hns_roce_init_hem_table()
880 table->bt_l1 = NULL; in hns_roce_init_hem_table()
911 kfree(table->bt_l1); in hns_roce_cleanup_mhop_hem_table()
[all …]
A Dhns_roce_device.h287 u64 **bt_l1; member

Completed in 12 milliseconds