Searched refs:dpaa2_fl_entry (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/soc/fsl/ |
D | dpaa2-fd.h | 458 struct dpaa2_fl_entry { struct 480 static inline dma_addr_t dpaa2_fl_get_addr(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_addr() argument 490 static inline void dpaa2_fl_set_addr(struct dpaa2_fl_entry *fle, in dpaa2_fl_set_addr() 502 static inline u32 dpaa2_fl_get_frc(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_frc() 512 static inline void dpaa2_fl_set_frc(struct dpaa2_fl_entry *fle, u32 frc) in dpaa2_fl_set_frc() 523 static inline u32 dpaa2_fl_get_ctrl(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_ctrl() 533 static inline void dpaa2_fl_set_ctrl(struct dpaa2_fl_entry *fle, u32 ctrl) in dpaa2_fl_set_ctrl() 544 static inline dma_addr_t dpaa2_fl_get_flc(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_flc() 554 static inline void dpaa2_fl_set_flc(struct dpaa2_fl_entry *fle, in dpaa2_fl_set_flc() 560 static inline bool dpaa2_fl_short_len(const struct dpaa2_fl_entry *fle) in dpaa2_fl_short_len() [all …]
|
/linux-6.1.9/drivers/dma/fsl-dpaa2-qdma/ |
D | dpaa2-qdma.h | 92 struct dpaa2_fl_entry *fl_virt_addr; 147 sizeof(struct dpaa2_fl_entry) * 3 + \
|
D | dpaa2-qdma.c | 42 sizeof(struct dpaa2_fl_entry), in dpaa2_qdma_alloc_chan_resources() 43 sizeof(struct dpaa2_fl_entry), 0); in dpaa2_qdma_alloc_chan_resources() 173 dpaa2_qdma_populate_first_framel(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_first_framel() 192 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_first_framel() 206 dpaa2_qdma_populate_frames(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_frames() 211 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_frames() 226 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_frames() 245 struct dpaa2_fl_entry *f_list; in dpaa2_qdma_prep_memcpy()
|
/linux-6.1.9/drivers/crypto/caam/ |
D | caamalg_qi2.h | 183 struct dpaa2_fl_entry fd_flt[2];
|
D | caamalg_qi2.c | 354 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() 355 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc() 1113 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() 1114 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() 3219 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() 3524 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() 3525 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx() 3643 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() 3644 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_final_ctx() 3714 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() [all …]
|