Searched refs:bt_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.c | 390 u32 bt_size = mhop->bt_chunk_size; in free_mhop_hem() local 399 dma_free_coherent(dev, bt_size, table->bt_l1[index->l1], in free_mhop_hem() 405 dma_free_coherent(dev, bt_size, table->bt_l0[index->l0], in free_mhop_hem() 416 u32 bt_size = mhop->bt_chunk_size; in alloc_mhop_hem() local 428 table->bt_l0[index->l0] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem() 441 table->bt_l1[index->l1] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem() 457 size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : bt_size; in alloc_mhop_hem()
|
/linux-6.6.21/drivers/char/ipmi/ |
D | ipmi_bt_sm.c | 683 static int bt_size(void) in bt_size() function 695 .size = bt_size,
|