Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c928 struct rte_mbuf *new_mbuf; in atl_recv_pkts() local
982 new_mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in atl_recv_pkts()
983 if (new_mbuf == NULL) { in atl_recv_pkts()
997 rx_entry->mbuf = new_mbuf; in atl_recv_pkts()
999 rte_mbuf_data_iova_default(new_mbuf)); in atl_recv_pkts()
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c830 bool new_mbuf = true; in eth_szedata2_tx() local
847 new_mbuf = true; in eth_szedata2_tx()
849 new_mbuf = false; in eth_szedata2_tx()
859 write_off = new_mbuf ? 0 : to_write; in eth_szedata2_tx()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2826 struct rte_mbuf *new_mbuf; in hns3_reassemble_tx_pkts() local
2851 ret = hns3_tx_alloc_mbufs(mb_pool, nb_new_buf, &new_mbuf); in hns3_reassemble_tx_pkts()
2859 temp_new = new_mbuf; in hns3_reassemble_tx_pkts()
2885 hns3_pktmbuf_copy_hdr(new_mbuf, tx_pkt); in hns3_reassemble_tx_pkts()
2890 *new_pkt = new_mbuf; in hns3_reassemble_tx_pkts()
/f-stack/freebsd/netinet/
H A Dsctp_output.c6440 new_mbuf: in sctp_copy_mbufchain()
6470 goto new_mbuf; in sctp_copy_mbufchain()