Home
last modified time | relevance | path

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

/linux-6.1.9/include/soc/fsl/
Ddpaa2-fd.h289 struct dpaa2_sg_entry { struct
310 static inline dma_addr_t dpaa2_sg_get_addr(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_addr() argument
320 static inline void dpaa2_sg_set_addr(struct dpaa2_sg_entry *sg, dma_addr_t addr) in dpaa2_sg_set_addr()
325 static inline bool dpaa2_sg_short_len(const struct dpaa2_sg_entry *sg) in dpaa2_sg_short_len()
337 static inline u32 dpaa2_sg_get_len(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_len()
350 static inline void dpaa2_sg_set_len(struct dpaa2_sg_entry *sg, u32 len) in dpaa2_sg_set_len()
361 static inline u16 dpaa2_sg_get_offset(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_offset()
371 static inline void dpaa2_sg_set_offset(struct dpaa2_sg_entry *sg, in dpaa2_sg_set_offset()
385 dpaa2_sg_get_format(const struct dpaa2_sg_entry *sg) in dpaa2_sg_get_format()
396 static inline void dpaa2_sg_set_format(struct dpaa2_sg_entry *sg, in dpaa2_sg_set_format()
[all …]
/linux-6.1.9/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.h118 struct dpaa2_sg_entry sgt[];
136 struct dpaa2_sg_entry sgt[];
150 struct dpaa2_sg_entry sgt[];
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.c370 struct dpaa2_sg_entry *sg_table; in aead_edesc_alloc()
1125 struct dpaa2_sg_entry *sg_table; in skcipher_edesc_alloc()
1181 qm_sg_bytes = qm_sg_ents * sizeof(struct dpaa2_sg_entry); in skcipher_edesc_alloc()
3094 struct dpaa2_sg_entry *qm_sg, in buf_map_to_qm_sg()
3118 struct dpaa2_sg_entry *qm_sg, u32 flag) in ctx_map_to_qm_sg()
3540 struct dpaa2_sg_entry *sg_table; in ahash_update_ctx()
3651 struct dpaa2_sg_entry *sg_table; in ahash_final_ctx()
3723 struct dpaa2_sg_entry *sg_table; in ahash_finup_ctx()
3848 struct dpaa2_sg_entry *sg_table = &edesc->sgt[0]; in ahash_digest()
3992 struct dpaa2_sg_entry *sg_table; in ahash_update_no_ctx()
[all …]
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c146 struct dpaa2_sg_entry *sgt; in dpaa2_eth_free_rx_fd()
200 struct dpaa2_sg_entry *sgt) in dpaa2_eth_build_frag_skb()
213 struct dpaa2_sg_entry *sge = &sgt[i]; in dpaa2_eth_build_frag_skb()
838 DPAA2_ETH_SG_ENTRIES_MAX * sizeof(struct dpaa2_sg_entry); in dpaa2_eth_sgt_get()
873 struct dpaa2_sg_entry *sgt; in dpaa2_eth_build_sg_fd()
907 sizeof(struct dpaa2_sg_entry) * num_dma_bufs; in dpaa2_eth_build_sg_fd()
914 sgt = (struct dpaa2_sg_entry *)(sgt_buf + priv->tx_data_offset); in dpaa2_eth_build_sg_fd()
978 struct dpaa2_sg_entry *sgt; in dpaa2_eth_build_sg_fd_single_buf()
986 sgt_buf_size = priv->tx_data_offset + sizeof(struct dpaa2_sg_entry); in dpaa2_eth_build_sg_fd_single_buf()
990 sgt = (struct dpaa2_sg_entry *)(sgt_buf + priv->tx_data_offset); in dpaa2_eth_build_sg_fd_single_buf()
[all …]