Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2810 new_pkt->ol_flags = old_pkt->ol_flags; in hns3_pktmbuf_copy_hdr()
2811 new_pkt->pkt_len = rte_pktmbuf_pkt_len(old_pkt); in hns3_pktmbuf_copy_hdr()
2812 new_pkt->outer_l2_len = old_pkt->outer_l2_len; in hns3_pktmbuf_copy_hdr()
2813 new_pkt->outer_l3_len = old_pkt->outer_l3_len; in hns3_pktmbuf_copy_hdr()
2814 new_pkt->l2_len = old_pkt->l2_len; in hns3_pktmbuf_copy_hdr()
2815 new_pkt->l3_len = old_pkt->l3_len; in hns3_pktmbuf_copy_hdr()
2816 new_pkt->l4_len = old_pkt->l4_len; in hns3_pktmbuf_copy_hdr()
2818 new_pkt->vlan_tci = old_pkt->vlan_tci; in hns3_pktmbuf_copy_hdr()
2890 *new_pkt = new_mbuf; in hns3_reassemble_tx_pkts()
3372 struct rte_mbuf *new_pkt; in hns3_check_non_tso_pkt() local
[all …]
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c1624 struct rte_mbuf *new_pkt = rsd->buf; in process_responses() local
1628 new_pkt->data_len = bufsz; in process_responses()
1631 npkt->next = new_pkt; in process_responses()
1632 npkt = new_pkt; in process_responses()