Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.h32 struct adf_mstate_mgr { struct
60 struct adf_mstate_mgr *adf_mstate_mgr_new(u8 *buf, u32 size);
61 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr);
63 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr,
64 struct adf_mstate_mgr *p_mgr);
65 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr,
67 int adf_mstate_mgr_init_from_remote(struct adf_mstate_mgr *mgr,
72 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr);
73 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr);
75 void adf_mstate_sect_update(struct adf_mstate_mgr *p_mgr,
[all …]
H A Dadf_mstate_mgr.c18 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr) in adf_mstate_state_size()
36 struct adf_mstate_mgr *adf_mstate_mgr_new(u8 *buf, u32 size) in adf_mstate_mgr_new()
38 struct adf_mstate_mgr *mgr; in adf_mstate_mgr_new()
49 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr) in adf_mstate_mgr_destroy()
55 struct adf_mstate_mgr *p_mgr) in adf_mstate_mgr_init_from_parent()
81 struct adf_mstate_mgr *mgr = opaque; in adf_mstate_preamble_def_checker()
110 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_update()
143 void adf_mstate_sect_update(struct adf_mstate_mgr *p_mgr, in adf_mstate_sect_update()
144 struct adf_mstate_mgr *curr_mgr, in adf_mstate_sect_update()
196 struct adf_mstate_mgr sub_sects_mgr; in adf_mstate_sect_add()
[all …]
H A Dadf_gen4_vf_mig.c374 struct adf_mstate_mgr *mstate_mgr) in adf_gen4_vfmig_load_etr_bank()
378 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_etr_bank()
410 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_etr()
440 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_misc()
489 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_generic()
539 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_config()
605 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_save_etr_bank()
642 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_save_etr()
672 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_save_misc()
734 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_save_generic()
[all …]
H A DMakefile27 adf_mstate_mgr.o \
H A Dadf_gen4_hw_data.h130 struct adf_mstate_mgr *mstate_mgr;