Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c431 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_cipher_request()
1113 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_aead_request()
1186 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_hash_request_final()
1298 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_hash_request_update()
1367 drvdata->mlli_buffs_pool = in cc_buffer_mgr_init()
1373 if (!drvdata->mlli_buffs_pool) in cc_buffer_mgr_init()
1381 dma_pool_destroy(drvdata->mlli_buffs_pool); in cc_buffer_mgr_fini()
Dcc_driver.h140 struct dma_pool *mlli_buffs_pool; member