Searched refs:qm_sg_entry (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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 | 87 struct qm_sg_entry fd_sgt[2];
|
D | caamalg_qi.c | 806 struct qm_sg_entry sgt[]; 826 struct qm_sg_entry sgt[]; 954 struct qm_sg_entry *sg_table, *fd_sgt; in aead_edesc_alloc() 1258 struct qm_sg_entry *sg_table, *fd_sgt; in skcipher_edesc_alloc() 1319 qm_sg_bytes = qm_sg_ents * sizeof(struct qm_sg_entry); in skcipher_edesc_alloc()
|
/linux-6.1.9/include/soc/fsl/ |
D | qman.h | 182 struct qm_sg_entry { struct 202 static inline dma_addr_t qm_sg_addr(const struct qm_sg_entry *sg) in qm_sg_addr() argument 207 static inline u64 qm_sg_entry_get64(const struct qm_sg_entry *sg) in qm_sg_entry_get64() 212 static inline void qm_sg_entry_set64(struct qm_sg_entry *sg, u64 addr) in qm_sg_entry_set64() 218 static inline bool qm_sg_entry_is_final(const struct qm_sg_entry *sg) in qm_sg_entry_is_final() 223 static inline bool qm_sg_entry_is_ext(const struct qm_sg_entry *sg) in qm_sg_entry_is_ext() 228 static inline int qm_sg_entry_get_len(const struct qm_sg_entry *sg) in qm_sg_entry_get_len() 233 static inline void qm_sg_entry_set_len(struct qm_sg_entry *sg, int len) in qm_sg_entry_set_len() 238 static inline void qm_sg_entry_set_f(struct qm_sg_entry *sg, int len) in qm_sg_entry_set_f() 243 static inline int qm_sg_entry_get_off(const struct qm_sg_entry *sg) in qm_sg_entry_get_off()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 1339 static void dpaa_release_sgt_members(struct qm_sg_entry *sgt) in dpaa_release_sgt_members() 1370 struct qm_sg_entry *sgt; in dpaa_fd_release() 1665 const struct qm_sg_entry *sgt; in dpaa_cleanup_tx_fd() 1796 const struct qm_sg_entry *sgt; in sg_fd_to_skb() 1974 struct qm_sg_entry *sgt; in skb_to_sg_fd() 2005 sgt = (struct qm_sg_entry *)(buff_start + priv->tx_headroom); in skb_to_sg_fd() 2661 struct qm_sg_entry *sgt; in rx_default_dqrr()
|