Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.h32 struct adf_mstate_mgr { struct
55 typedef int (*adf_mstate_populate)(struct adf_mstate_mgr *sub_mgr, u8 *buf, argument
57 typedef int (*adf_mstate_action)(struct adf_mstate_mgr *sub_mgr, u8 *buf, u32 size,
60 struct adf_mstate_mgr *adf_mstate_mgr_new(u8 *buf, u32 size);
61 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr);
62 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size);
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,
[all …]
H A Dadf_mstate_mgr.c18 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr) in adf_mstate_state_size()
23 static inline u32 adf_mstate_avail_room(struct adf_mstate_mgr *mgr) in adf_mstate_avail_room()
28 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size) in adf_mstate_mgr_init()
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()
54 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_parent()
55 struct adf_mstate_mgr *p_mgr) in adf_mstate_mgr_init_from_parent()
61 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_psect()
81 struct adf_mstate_mgr *mgr = opaque; in adf_mstate_preamble_def_checker()
[all …]
H A Dadf_gen4_vf_mig.c162 static int adf_mstate_sla_check(struct adf_mstate_mgr *sub_mgr, u8 *src_buf, in adf_mstate_sla_check()
205 static int adf_mstate_compatver_check(struct adf_mstate_mgr *sub_mgr, in adf_mstate_compatver_check()
276 static int adf_mstate_capmask_superset(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_capmask_superset()
287 static int adf_mstate_capmask_equal(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_capmask_equal()
298 static int adf_mstate_set_vreg(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_set_vreg()
350 static int adf_gen4_vfmig_load_etr_regs(struct adf_mstate_mgr *sub_mgr, in adf_gen4_vfmig_load_etr_regs()
374 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()
409 struct adf_mstate_mgr *mstate_mgr = vfmig->mstate_mgr; in adf_gen4_vfmig_load_etr()
410 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_etr()
[all …]
H A DMakefile30 adf_mstate_mgr.o \
H A Dadf_gen4_hw_data.h130 struct adf_mstate_mgr *mstate_mgr;