Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_vf_mig.c382 subsec = adf_mstate_sect_lookup(mstate_mgr, bank_ids, NULL, NULL); in adf_gen4_vfmig_load_etr_bank()
391 l2_subsec = adf_mstate_sect_lookup(&sub_sects_mgr, ADF_MSTATE_ETR_REGS_IDS, in adf_gen4_vfmig_load_etr_bank()
414 subsec = adf_mstate_sect_lookup(mstate_mgr, ADF_MSTATE_ETRB_IDS, NULL, in adf_gen4_vfmig_load_etr()
452 subsec = adf_mstate_sect_lookup(mstate_mgr, ADF_MSTATE_MISCB_IDS, NULL, in adf_gen4_vfmig_load_misc()
467 l2_subsec = adf_mstate_sect_lookup(&sub_sects_mgr, in adf_gen4_vfmig_load_misc()
504 subsec = adf_mstate_sect_lookup(mstate_mgr, ADF_MSTATE_GEN_IDS, NULL, NULL); in adf_gen4_vfmig_load_generic()
518 l2_subsec = adf_mstate_sect_lookup(&sub_sects_mgr, in adf_gen4_vfmig_load_generic()
554 subsec = adf_mstate_sect_lookup(mstate_mgr, ADF_MSTATE_CONFIG_IDS, NULL, NULL); in adf_gen4_vfmig_load_config()
563 l2_subsec = adf_mstate_sect_lookup(&sub_sects_mgr, setups[i].id, in adf_gen4_vfmig_load_config()
H A Dadf_mstate_mgr.h85 struct adf_mstate_sect_h *adf_mstate_sect_lookup(struct adf_mstate_mgr *mgr,
H A Dadf_mstate_mgr.c285 struct adf_mstate_sect_h *adf_mstate_sect_lookup(struct adf_mstate_mgr *mgr, in adf_mstate_sect_lookup() function