Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c353 u32 bt_size = mhop->bt_chunk_size; in free_mhop_hem() local
362 dma_free_coherent(dev, bt_size, table->bt_l1[index->l1], in free_mhop_hem()
368 dma_free_coherent(dev, bt_size, table->bt_l0[index->l0], in free_mhop_hem()
379 u32 bt_size = mhop->bt_chunk_size; in alloc_mhop_hem() local
390 table->bt_l0[index->l0] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem()
403 table->bt_l1[index->l1] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem()
419 size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : bt_size; in alloc_mhop_hem()
/linux-6.15/drivers/char/ipmi/
H A Dipmi_bt_sm.c683 static int bt_size(void) in bt_size() function
695 .size = bt_size,