Searched refs:src_mbuf (Results 1 – 3 of 3) sorted by relevance
489 struct rte_mbuf *src_mbuf, *dst_mbuf; in mrvl_request_prepare() local511 src_mbuf = op->sym->m_src; in mrvl_request_prepare()512 segments_nb = src_mbuf->nb_segs; in mrvl_request_prepare()535 if (rte_pktmbuf_data_len(src_mbuf) == 0) { in mrvl_request_prepare()540 src_bd[i].vaddr = rte_pktmbuf_mtod(src_mbuf, void *); in mrvl_request_prepare()541 src_bd[i].paddr = rte_pktmbuf_iova(src_mbuf); in mrvl_request_prepare()542 src_bd[i].len = rte_pktmbuf_data_len(src_mbuf); in mrvl_request_prepare()544 src_mbuf = src_mbuf->next; in mrvl_request_prepare()
382 struct rte_mbuf *src_mbuf = NULL; in ff_extcl_to_rte() local385 src_mbuf = (struct rte_mbuf*)ff_rte_frm_extcl(m); in ff_extcl_to_rte()386 if ( NULL==src_mbuf ){ in ff_extcl_to_rte()389 p_head = rte_pktmbuf_clone(src_mbuf, mbuf_pool); in ff_extcl_to_rte()
189 struct rte_mbuf *src_mbuf = sym_op->m_src; in build_proto_compound_fd() local194 dst_mbuf = src_mbuf; in build_proto_compound_fd()233 DPAA2_SET_FLE_ADDR(ip_fle, DPAA2_MBUF_VADDR_TO_IOVA(src_mbuf)); in build_proto_compound_fd()234 DPAA2_SET_FLE_OFFSET(ip_fle, src_mbuf->data_off); in build_proto_compound_fd()235 DPAA2_SET_FLE_LEN(ip_fle, src_mbuf->pkt_len); in build_proto_compound_fd()