Searched refs:new_mbufs (Results 1 – 1 of 1) sorted by relevance
978 struct rte_mbuf *new_mbufs[DPAA_SGT_MAX_ENTRIES + 1] = {0}; in reallocate_mbuf() local1016 data = rte_pktmbuf_append(new_mbufs[0], bytes_to_copy); in reallocate_mbuf()1029 new_mbufs[i]->next = new_mbufs[i + 1]; in reallocate_mbuf()1030 new_mbufs[0]->nb_segs++; in reallocate_mbuf()1036 new_mbufs[i]->next = new_mbufs[i + 1]; in reallocate_mbuf()1037 if (new_mbufs[i + 1]) in reallocate_mbuf()1038 new_mbufs[0]->nb_segs++; in reallocate_mbuf()1044 new_mbufs[0]->ol_flags = mbuf->ol_flags; in reallocate_mbuf()1045 new_mbufs[0]->packet_type = mbuf->packet_type; in reallocate_mbuf()1046 new_mbufs[0]->tx_offload = mbuf->tx_offload; in reallocate_mbuf()[all …]