Lines Matching refs:m_src

163 				ctx->op->sym->m_src : ctx->op->sym->m_dst;  in dqrr_out_fq_cb_rx()
666 op->sym->m_src : op->sym->m_dst; in dpaa_sec_deq()
699 struct rte_mbuf *mbuf = sym->m_src; in build_auth_only_sg()
828 struct rte_mbuf *mbuf = sym->m_src; in build_auth_only()
948 req_segs = mbuf->nb_segs + sym->m_src->nb_segs + 3; in build_cipher_only_sg()
950 mbuf = sym->m_src; in build_cipher_only_sg()
992 mbuf = sym->m_src; in build_cipher_only_sg()
1061 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_cipher_only()
1112 req_segs = mbuf->nb_segs + sym->m_src->nb_segs + 4; in build_cipher_auth_gcm_sg()
1114 mbuf = sym->m_src; in build_cipher_auth_gcm_sg()
1176 mbuf = sym->m_src; in build_cipher_auth_gcm_sg()
1247 src_start_addr = sym->m_src->buf_iova + sym->m_src->data_off; in build_cipher_auth_gcm()
1361 req_segs = mbuf->nb_segs + sym->m_src->nb_segs + 4; in build_cipher_auth_sg()
1363 mbuf = sym->m_src; in build_cipher_auth_sg()
1422 mbuf = sym->m_src; in build_cipher_auth_sg()
1485 src_start_addr = sym->m_src->buf_iova + sym->m_src->data_off; in build_cipher_auth()
1584 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_proto()
1594 sg->length = sym->m_src->pkt_len; in build_proto()
1598 sym->m_src->packet_type &= ~RTE_PTYPE_L4_MASK; in build_proto()
1602 sg->length = sym->m_src->buf_len - sym->m_src->data_off; in build_proto()
1622 mbuf = sym->m_src; in build_proto_sg()
1624 req_segs = mbuf->nb_segs + sym->m_src->nb_segs + 2; in build_proto_sg()
1665 mbuf = sym->m_src; in build_proto_sg()
1696 sym->m_src->packet_type &= ~RTE_PTYPE_L4_MASK; in build_proto_sg()
1724 if (*dpaa_seqn(op->sym->m_src) != 0) { in dpaa_sec_enqueue_burst()
1725 index = *dpaa_seqn(op->sym->m_src) - 1; in dpaa_sec_enqueue_burst()
1786 if (rte_pktmbuf_is_contiguous(op->sym->m_src) && in dpaa_sec_enqueue_burst()
3136 ctx->op->sym->m_src->pkt_len = len; in dpaa_sec_process_parallel_event()
3137 ctx->op->sym->m_src->data_len = len; in dpaa_sec_process_parallel_event()
3191 ctx->op->sym->m_src->pkt_len = len; in dpaa_sec_process_atomic_event()
3192 ctx->op->sym->m_src->data_len = len; in dpaa_sec_process_atomic_event()
3213 DPAA_PER_LCORE_DQRR_MBUF(index) = ctx->op->sym->m_src; in dpaa_sec_process_atomic_event()
3215 *dpaa_seqn(ctx->op->sym->m_src) = (uint32_t)index + 1; in dpaa_sec_process_atomic_event()