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_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 …]