Home
last modified time | relevance | path

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

/Linux-v5.4/include/soc/fsl/
Ddpaa2-fd.h457 struct dpaa2_fl_entry { struct
479 static inline dma_addr_t dpaa2_fl_get_addr(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_addr() argument
489 static inline void dpaa2_fl_set_addr(struct dpaa2_fl_entry *fle, in dpaa2_fl_set_addr()
501 static inline u32 dpaa2_fl_get_frc(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_frc()
511 static inline void dpaa2_fl_set_frc(struct dpaa2_fl_entry *fle, u32 frc) in dpaa2_fl_set_frc()
522 static inline u32 dpaa2_fl_get_ctrl(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_ctrl()
532 static inline void dpaa2_fl_set_ctrl(struct dpaa2_fl_entry *fle, u32 ctrl) in dpaa2_fl_set_ctrl()
543 static inline dma_addr_t dpaa2_fl_get_flc(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_flc()
553 static inline void dpaa2_fl_set_flc(struct dpaa2_fl_entry *fle, in dpaa2_fl_set_flc()
559 static inline bool dpaa2_fl_short_len(const struct dpaa2_fl_entry *fle) in dpaa2_fl_short_len()
[all …]
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.h182 struct dpaa2_fl_entry fd_flt[2];
Dcaamalg_qi2.c352 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc()
353 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc()
1120 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc()
1121 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc()
3173 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key()
3463 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx()
3464 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx()
3591 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx()
3592 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx()
3662 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx()
[all …]