Searched refs:MV_XOR_POOL_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Dmv_xor.c468 int num_descs_in_pool = MV_XOR_POOL_SIZE/MV_XOR_SLOT_SIZE; mv_xor_alloc_chan_resources()
952 dma_free_coherent(dev, MV_XOR_POOL_SIZE, mv_xor_channel_remove()
1003 dma_alloc_writecombine(&pdev->dev, MV_XOR_POOL_SIZE, mv_xor_channel_add()
1086 dma_free_coherent(&pdev->dev, MV_XOR_POOL_SIZE, mv_xor_channel_add()
H A Dmv_xor.h22 #define MV_XOR_POOL_SIZE (MV_XOR_SLOT_SIZE * 3072) macro

Completed in 258 milliseconds