Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.c196 struct adf_mstate_mgr sub_sects_mgr; in adf_mstate_sect_add() local
208 adf_mstate_mgr_init_from_parent(&sub_sects_mgr, mgr); in adf_mstate_sect_add()
210 size = (*populate)(&sub_sects_mgr, sect->state, avail_room, opaque); in adf_mstate_sect_add()
214 size += adf_mstate_state_size(&sub_sects_mgr); in adf_mstate_sect_add()
220 __adf_mstate_sect_update(mgr, sect, size, sub_sects_mgr.n_sects); in adf_mstate_sect_add()
291 struct adf_mstate_mgr sub_sects_mgr; in adf_mstate_sect_lookup() local
306 adf_mstate_mgr_init_from_psect(&sub_sects_mgr, sect); in adf_mstate_sect_lookup()
307 if (sect->sub_sects && adf_mstate_sect_validate(&sub_sects_mgr)) in adf_mstate_sect_lookup()
313 ret = (*action)(&sub_sects_mgr, sect->state, sect->size, opaque); in adf_mstate_sect_lookup()