Searched refs:buff_mgr_handle (Results 1 – 2 of 2) sorted by relevance
22 struct buff_mgr_handle { struct483 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_cipher_request()1186 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_aead_request()1388 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_hash_request_final()1471 struct buff_mgr_handle *buff_mgr = drvdata->buff_mgr_handle; in cc_map_hash_request_update()1612 struct buff_mgr_handle *buff_mgr_handle; in cc_buffer_mgr_init() local1615 buff_mgr_handle = kmalloc(sizeof(*buff_mgr_handle), GFP_KERNEL); in cc_buffer_mgr_init()1616 if (!buff_mgr_handle) in cc_buffer_mgr_init()1619 drvdata->buff_mgr_handle = buff_mgr_handle; in cc_buffer_mgr_init()1621 buff_mgr_handle->mlli_buffs_pool = in cc_buffer_mgr_init()[all …]
117 void *buff_mgr_handle; member