Home
last modified time | relevance | path

Searched refs:qm_sg_entry (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/caam/
H A Dsg_sw_qm.h13 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()
H A Dqi.h91 struct qm_sg_entry fd_sgt[2];
H A Dcaamalg_qi.c811 struct qm_sg_entry sgt[];
831 struct qm_sg_entry sgt[];
959 struct qm_sg_entry *sg_table, *fd_sgt; in aead_edesc_alloc()
1268 struct qm_sg_entry *sg_table, *fd_sgt; in skcipher_edesc_alloc()
1330 qm_sg_bytes = qm_sg_ents * sizeof(struct qm_sg_entry); in skcipher_edesc_alloc()
/linux/include/soc/fsl/
H A Dqman.h182 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/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1355 static void dpaa_release_sgt_members(struct qm_sg_entry *sgt) in dpaa_release_sgt_members()
1386 struct qm_sg_entry *sgt; in dpaa_fd_release()
1676 const struct qm_sg_entry *sgt; in dpaa_cleanup_tx_fd()
1807 const struct qm_sg_entry *sgt; in sg_fd_to_skb()
1985 struct qm_sg_entry *sgt; in skb_to_sg_fd()
2016 sgt = (struct qm_sg_entry *)(buff_start + priv->tx_headroom); in skb_to_sg_fd()
2672 struct qm_sg_entry *sgt; in rx_default_dqrr()