Searched refs:bt_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.c | 381 u32 bt_size = mhop->bt_chunk_size; in free_mhop_hem() local 390 dma_free_coherent(dev, bt_size, table->bt_l1[index->l1], in free_mhop_hem() 396 dma_free_coherent(dev, bt_size, table->bt_l0[index->l0], in free_mhop_hem() 407 u32 bt_size = mhop->bt_chunk_size; in alloc_mhop_hem() local 419 table->bt_l0[index->l0] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem() 432 table->bt_l1[index->l1] = dma_alloc_coherent(dev, bt_size, in alloc_mhop_hem() 448 size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : bt_size; in alloc_mhop_hem()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 683 static int bt_size(void) in bt_size() function 695 .size = bt_size,
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 683 static int bt_size(void) in bt_size() function 695 .size = bt_size,
|
Completed in 6 milliseconds