bt_size
.size = bt_size,
u32 bt_size = mhop->bt_chunk_size;
dma_free_coherent(dev, bt_size, table->bt_l1[index->l1],
dma_free_coherent(dev, bt_size, table->bt_l0[index->l0],
u32 bt_size = mhop->bt_chunk_size;
table->bt_l0[index->l0] = dma_alloc_coherent(dev, bt_size,
table->bt_l1[index->l1] = dma_alloc_coherent(dev, bt_size,
size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : bt_size;