Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c972 struct rte_mbuf *new_mbufs[DPAA_SGT_MAX_ENTRIES + 1] = {0}; in reallocate_mbuf() local
1010 data = rte_pktmbuf_append(new_mbufs[0], bytes_to_copy); in reallocate_mbuf()
1023 new_mbufs[i]->next = new_mbufs[i + 1]; in reallocate_mbuf()
1024 new_mbufs[0]->nb_segs++; in reallocate_mbuf()
1030 new_mbufs[i]->next = new_mbufs[i + 1]; in reallocate_mbuf()
1031 if (new_mbufs[i + 1]) in reallocate_mbuf()
1032 new_mbufs[0]->nb_segs++; in reallocate_mbuf()
1038 new_mbufs[0]->ol_flags = mbuf->ol_flags; in reallocate_mbuf()
1039 new_mbufs[0]->packet_type = mbuf->packet_type; in reallocate_mbuf()
1040 new_mbufs[0]->tx_offload = mbuf->tx_offload; in reallocate_mbuf()
[all …]