Home
last modified time | relevance | path

Searched refs:dpaa2_sg_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/soc/fsl/
Ddpaa2-fd.h288 struct dpaa2_sg_entry { struct
309 static inline dma_addr_t dpaa2_sg_get_addr(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_addr() argument
319 static inline void dpaa2_sg_set_addr(struct dpaa2_sg_entry *sg, dma_addr_t addr) in dpaa2_sg_set_addr()
324 static inline bool dpaa2_sg_short_len(const struct dpaa2_sg_entry *sg) in dpaa2_sg_short_len()
336 static inline u32 dpaa2_sg_get_len(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_len()
349 static inline void dpaa2_sg_set_len(struct dpaa2_sg_entry *sg, u32 len) in dpaa2_sg_set_len()
360 static inline u16 dpaa2_sg_get_offset(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_offset()
370 static inline void dpaa2_sg_set_offset(struct dpaa2_sg_entry *sg, in dpaa2_sg_set_offset()
384 dpaa2_sg_get_format(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_format()
395 static inline void dpaa2_sg_set_format(struct dpaa2_sg_entry *sg, in dpaa2_sg_set_format()
[all …]
/Linux-v5.4/drivers/crypto/caam/
Dsg_sw_qm2.h12 static inline void dma_to_qm_sg_one(struct dpaa2_sg_entry *qm_sg_ptr, in dma_to_qm_sg_one()
27 static inline struct dpaa2_sg_entry *
29 struct dpaa2_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg()
50 struct dpaa2_sg_entry *qm_sg_ptr, in sg_to_qm_sg_last()
Dcaamalg_qi2.h117 struct dpaa2_sg_entry sgt[0];
135 struct dpaa2_sg_entry sgt[0];
149 struct dpaa2_sg_entry sgt[0];
Dsg_sw_sec4.h30 dma_to_qm_sg_one((struct dpaa2_sg_entry *)sec4_sg_ptr, dma, len, in dma_to_sec4_sg_one()
68 dpaa2_sg_set_final((struct dpaa2_sg_entry *)sec4_sg_ptr, true); in sg_to_sec4_set_last()
Dcaamalg_qi2.c368 struct dpaa2_sg_entry *sg_table; in aead_edesc_alloc()
1132 struct dpaa2_sg_entry *sg_table; in skcipher_edesc_alloc()
1188 qm_sg_bytes = qm_sg_ents * sizeof(struct dpaa2_sg_entry); in skcipher_edesc_alloc()
3048 struct dpaa2_sg_entry *qm_sg, in buf_map_to_qm_sg()
3072 struct dpaa2_sg_entry *qm_sg, u32 flag) in ctx_map_to_qm_sg()
3481 struct dpaa2_sg_entry *sg_table; in ahash_update_ctx()
3599 struct dpaa2_sg_entry *sg_table; in ahash_final_ctx()
3671 struct dpaa2_sg_entry *sg_table; in ahash_finup_ctx()
3796 struct dpaa2_sg_entry *sg_table = &edesc->sgt[0]; in ahash_digest()
3941 struct dpaa2_sg_entry *sg_table; in ahash_update_no_ctx()
[all …]
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c71 struct dpaa2_sg_entry *sgt; in free_rx_fd()
125 struct dpaa2_sg_entry *sgt) in build_frag_skb()
138 struct dpaa2_sg_entry *sge = &sgt[i]; in build_frag_skb()
527 struct dpaa2_sg_entry *sgt; in build_sg_fd()
557 sizeof(struct dpaa2_sg_entry) * num_dma_bufs; in build_sg_fd()
566 sgt = (struct dpaa2_sg_entry *)(sgt_buf + priv->tx_data_offset); in build_sg_fd()