Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c69 u32 trunk_size, page_size, alloced_size; in hns_roce_buf_alloc() local
102 trunk_size = 1 << buf->trunk_shift; in hns_roce_buf_alloc()
105 trunks[i].buf = dma_alloc_coherent(hr_dev->dev, trunk_size, in hns_roce_buf_alloc()
110 alloced_size += trunk_size; in hns_roce_buf_alloc()
118 dma_free_coherent(hr_dev->dev, trunk_size, in hns_roce_buf_alloc()