Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c441 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_cipher_request()
1123 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_aead_request()
1196 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_hash_request_final()
1308 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_hash_request_update()
1377 drvdata->mlli_buffs_pool = in cc_buffer_mgr_init()
1383 if (!drvdata->mlli_buffs_pool) in cc_buffer_mgr_init()
1391 dma_pool_destroy(drvdata->mlli_buffs_pool); in cc_buffer_mgr_fini()
Dcc_driver.h138 struct dma_pool *mlli_buffs_pool; member