Home
last modified time | relevance | path

Searched refs:adf_mstate_mgr (Results 1 – 2 of 2) 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_gen4_vf_mig.c163 static int adf_mstate_sla_check(struct adf_mstate_mgr *sub_mgr, u8 *src_buf, in adf_mstate_sla_check()
206 static int adf_mstate_compatver_check(struct adf_mstate_mgr *sub_mgr, in adf_mstate_compatver_check()
277 static int adf_mstate_capmask_superset(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_capmask_superset()
288 static int adf_mstate_capmask_equal(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_capmask_equal()
299 static int adf_mstate_set_vreg(struct adf_mstate_mgr *sub_mgr, u8 *buf, in adf_mstate_set_vreg()
351 static int adf_gen4_vfmig_load_etr_regs(struct adf_mstate_mgr *sub_mgr, in adf_gen4_vfmig_load_etr_regs()
375 struct adf_mstate_mgr *mstate_mgr) in adf_gen4_vfmig_load_etr_bank()
379 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_etr_bank()
410 struct adf_mstate_mgr *mstate_mgr = vfmig->mstate_mgr; in adf_gen4_vfmig_load_etr()
411 struct adf_mstate_mgr sub_sects_mgr; in adf_gen4_vfmig_load_etr()
[all …]