Searched refs:dpaa2_fl_entry (Results 1 – 5 of 5) sorted by relevance
| /linux/include/soc/fsl/ |
| A D | dpaa2-fd.h | 458 struct dpaa2_fl_entry { struct 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() 523 static inline u32 dpaa2_fl_get_ctrl(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_ctrl() 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() 572 static inline u32 dpaa2_fl_get_len(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_len() 596 static inline u16 dpaa2_fl_get_offset(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_offset() 629 static inline void dpaa2_fl_set_format(struct dpaa2_fl_entry *fle, in dpaa2_fl_set_format() 642 static inline u16 dpaa2_fl_get_bpid(const struct dpaa2_fl_entry *fle) in dpaa2_fl_get_bpid() [all …]
|
| /linux/drivers/dma/fsl-dpaa2-qdma/ |
| A D | dpaa2-qdma.h | 93 struct dpaa2_fl_entry *fl_virt_addr; 148 sizeof(struct dpaa2_fl_entry) * 3 + \
|
| A D | dpaa2-qdma.c | 43 sizeof(struct dpaa2_fl_entry) * 3, in dpaa2_qdma_alloc_chan_resources() 44 sizeof(struct dpaa2_fl_entry), 0); in dpaa2_qdma_alloc_chan_resources() 175 dpaa2_qdma_populate_first_framel(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_first_framel() 194 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_first_framel() 208 dpaa2_qdma_populate_frames(struct dpaa2_fl_entry *f_list, in dpaa2_qdma_populate_frames() 213 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_frames() 228 memset(f_list, 0, sizeof(struct dpaa2_fl_entry)); in dpaa2_qdma_populate_frames() 247 struct dpaa2_fl_entry *f_list; in dpaa2_qdma_prep_memcpy()
|
| /linux/drivers/crypto/caam/ |
| A D | caamalg_qi2.h | 181 struct dpaa2_fl_entry fd_flt[2] __aligned(CRYPTO_DMA_ALIGN);
|
| A D | caamalg_qi2.c | 356 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() 357 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc() 1116 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() 1117 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc() 3224 struct dpaa2_fl_entry *in_fle, *out_fle; in hash_digest_key() 3535 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx() 3654 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_ctx() 3725 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_finup_ctx() 3819 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_digest() 3914 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_final_no_ctx() [all …]
|
Completed in 25 milliseconds