Home
last modified time | relevance | path

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

/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h223 struct qm_sg_entry { struct
276 static inline u64 qm_sg_entry_get64(const struct qm_sg_entry *sg) in qm_sg_entry_get64() argument
281 static inline dma_addr_t qm_sg_addr(const struct qm_sg_entry *sg) in qm_sg_addr()
289 struct qm_sg_entry *__sg931 = (sg); \
2142 static inline void __cpu_to_hw_sg(struct qm_sg_entry *sgentry) in __cpu_to_hw_sg()
2149 static inline void __hw_sg_to_cpu(struct qm_sg_entry *sgentry) in __hw_sg_to_cpu()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c109 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_dpaa_raw_dp_auth_fd()
236 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_raw_cipher_auth_gcm_sg()
395 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_dpaa_raw_dp_chain_fd()
549 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_dpaa_raw_dp_cipher_fd()
669 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_dpaa_raw_proto_sg()
840 fd->length29 = 2 * sizeof(struct qm_sg_entry); in dpaa_sec_raw_enqueue_burst()
H A Ddpaa_sec.c168 struct qm_sg_entry *sg_out; in dqrr_out_fq_cb_rx()
670 struct qm_sg_entry sg[2]; in dpaa_sec_dump()
843 struct qm_sg_entry *sg_out; in dpaa_sec_deq()
887 struct qm_sg_entry *sg, *out_sg, *in_sg; in build_auth_only_sg()
1016 struct qm_sg_entry *sg, *in_sg; in build_auth_only()
1219 struct qm_sg_entry *sg; in build_cipher_only()
1426 struct qm_sg_entry *sg; in build_cipher_auth_gcm()
1664 struct qm_sg_entry *sg; in build_cipher_auth()
1760 struct qm_sg_entry *sg; in build_proto()
3404 struct qm_sg_entry *sg_out; in dpaa_sec_process_parallel_event()
[all …]
H A Ddpaa_sec.h237 struct qm_sg_entry sg[MAX_JOB_SG_ENTRIES];
/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c342 struct qm_sg_entry *sgt, *sg_temp; in dpaa_eth_sg_to_mbuf()
449 struct qm_sg_entry *sgt, *sg_temp; in dpaa_free_mbuf()
801 struct qm_sg_entry *sg_temp, *sgt; in dpaa_eth_mbuf_to_sg_fd()
811 if (temp->buf_len < ((mbuf->nb_segs * sizeof(struct qm_sg_entry)) in dpaa_eth_mbuf_to_sg_fd()