Searched refs:qm_sg_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/crypto/caam/ |
D | sg_sw_qm.h | 13 static inline void __dma_to_qm_sg(struct qm_sg_entry *qm_sg_ptr, dma_addr_t dma, in __dma_to_qm_sg() 22 static inline void dma_to_qm_sg_one(struct qm_sg_entry *qm_sg_ptr, in dma_to_qm_sg_one() 29 static inline void dma_to_qm_sg_one_last(struct qm_sg_entry *qm_sg_ptr, in dma_to_qm_sg_one_last() 36 static inline void dma_to_qm_sg_one_ext(struct qm_sg_entry *qm_sg_ptr, in dma_to_qm_sg_one_ext() 43 static inline void dma_to_qm_sg_one_last_ext(struct qm_sg_entry *qm_sg_ptr, in dma_to_qm_sg_one_last_ext() 56 static inline struct qm_sg_entry * 58 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 79 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg_last()
|
D | qi.h | 85 struct qm_sg_entry fd_sgt[2];
|
D | caamalg_qi.c | 808 struct qm_sg_entry sgt[0]; 828 struct qm_sg_entry sgt[0]; 956 struct qm_sg_entry *sg_table, *fd_sgt; in aead_edesc_alloc() 1260 struct qm_sg_entry *sg_table, *fd_sgt; in skcipher_edesc_alloc() 1321 qm_sg_bytes = qm_sg_ents * sizeof(struct qm_sg_entry); in skcipher_edesc_alloc()
|
/Linux-v5.4/include/soc/fsl/ |
D | qman.h | 181 struct qm_sg_entry { struct 201 static inline dma_addr_t qm_sg_addr(const struct qm_sg_entry *sg) in qm_sg_addr() argument 206 static inline u64 qm_sg_entry_get64(const struct qm_sg_entry *sg) in qm_sg_entry_get64() 211 static inline void qm_sg_entry_set64(struct qm_sg_entry *sg, u64 addr) in qm_sg_entry_set64() 217 static inline bool qm_sg_entry_is_final(const struct qm_sg_entry *sg) in qm_sg_entry_is_final() 222 static inline bool qm_sg_entry_is_ext(const struct qm_sg_entry *sg) in qm_sg_entry_is_ext() 227 static inline int qm_sg_entry_get_len(const struct qm_sg_entry *sg) in qm_sg_entry_get_len() 232 static inline void qm_sg_entry_set_len(struct qm_sg_entry *sg, int len) in qm_sg_entry_set_len() 237 static inline void qm_sg_entry_set_f(struct qm_sg_entry *sg, int len) in qm_sg_entry_set_f() 242 static inline int qm_sg_entry_get_off(const struct qm_sg_entry *sg) in qm_sg_entry_get_off()
|
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 1290 static void dpaa_release_sgt_members(struct qm_sg_entry *sgt) in dpaa_release_sgt_members() 1321 struct qm_sg_entry *sgt; in dpaa_fd_release() 1615 const struct qm_sg_entry *sgt; in dpaa_cleanup_tx_fd() 1732 const struct qm_sg_entry *sgt; in sg_fd_to_skb() 1911 struct qm_sg_entry *sgt; in skb_to_sg_fd() 1944 sgt = (struct qm_sg_entry *)(sgt_buf + priv->tx_headroom); in skb_to_sg_fd()
|