Searched refs:buff_mgr_handle (Results 1 – 2 of 2) sorted by relevance
22 struct buff_mgr_handle { struct414 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_cipher_request()1015 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_aead_request()1214 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_hash_request_final()1299 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_hash_request_update()1441 struct buff_mgr_handle *buff_mgr_handle; in cc_buffer_mgr_init() local1444 buff_mgr_handle = kmalloc(sizeof(*buff_mgr_handle), GFP_KERNEL); in cc_buffer_mgr_init()1445 if (!buff_mgr_handle) in cc_buffer_mgr_init()1448 drvdata->buff_mgr_handle = buff_mgr_handle; in cc_buffer_mgr_init()1450 buff_mgr_handle->mlli_buffs_pool = in cc_buffer_mgr_init()[all …]
146 void *buff_mgr_handle; member