Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
H A 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()
1312 mlli_params->curr_pool = drvdata->mlli_buffs_pool; in cc_map_hash_request_update()
1381 drvdata->mlli_buffs_pool = in cc_buffer_mgr_init()
1387 if (!drvdata->mlli_buffs_pool) in cc_buffer_mgr_init()
1395 dma_pool_destroy(drvdata->mlli_buffs_pool); in cc_buffer_mgr_fini()
H A Dcc_driver.h138 struct dma_pool *mlli_buffs_pool; member