Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/fsl/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A 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()
H A Dcaamalg_qi2.h118 struct dpaa2_sg_entry sgt[];
136 struct dpaa2_sg_entry sgt[];
150 struct dpaa2_sg_entry sgt[];
H A 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()
H A Dcaamalg_qi2.c367 struct dpaa2_sg_entry *sg_table; in aead_edesc_alloc()
1122 struct dpaa2_sg_entry *sg_table; in skcipher_edesc_alloc()
1178 qm_sg_bytes = qm_sg_ents * sizeof(struct dpaa2_sg_entry); in skcipher_edesc_alloc()
3091 struct dpaa2_sg_entry *qm_sg, in buf_map_to_qm_sg()
3115 struct dpaa2_sg_entry *qm_sg, u32 flag) in ctx_map_to_qm_sg()
3537 struct dpaa2_sg_entry *sg_table; in ahash_update_ctx()
3648 struct dpaa2_sg_entry *sg_table; in ahash_final_ctx()
3720 struct dpaa2_sg_entry *sg_table; in ahash_finup_ctx()
3845 struct dpaa2_sg_entry *sg_table = &edesc->sgt[0]; in ahash_digest()
3989 struct dpaa2_sg_entry *sg_table; in ahash_update_no_ctx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c76 struct dpaa2_sg_entry *sgt; in dpaa2_eth_free_rx_fd()
130 struct dpaa2_sg_entry *sgt) in dpaa2_eth_build_frag_skb()
143 struct dpaa2_sg_entry *sge = &sgt[i]; in dpaa2_eth_build_frag_skb()
746 struct dpaa2_sg_entry *sgt; in dpaa2_eth_build_sg_fd()
780 sizeof(struct dpaa2_sg_entry) * num_dma_bufs; in dpaa2_eth_build_sg_fd()
789 sgt = (struct dpaa2_sg_entry *)(sgt_buf + priv->tx_data_offset); in dpaa2_eth_build_sg_fd()
853 struct dpaa2_sg_entry *sgt; in dpaa2_eth_build_sg_fd_single_buf()
862 sgt_buf_size = priv->tx_data_offset + sizeof(struct dpaa2_sg_entry); in dpaa2_eth_build_sg_fd_single_buf()
873 sgt = (struct dpaa2_sg_entry *)(sgt_buf + priv->tx_data_offset); in dpaa2_eth_build_sg_fd_single_buf()
984 struct dpaa2_sg_entry *sgt; in dpaa2_eth_free_tx_fd()
[all …]