Home
last modified time | relevance | path

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

/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c21 struct rte_mbuf *mbuf, *new_mbuf = NULL; in enetfec_recv_pkts() local
42 new_mbuf = rte_pktmbuf_alloc(pool); in enetfec_recv_pkts()
43 if (unlikely(new_mbuf == NULL)) { in enetfec_recv_pkts()
137 rxq->rx_mbuf[index] = new_mbuf; in enetfec_recv_pkts()
138 rte_write32(rte_cpu_to_le_32(rte_pktmbuf_iova(new_mbuf)), in enetfec_recv_pkts()
/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c923 struct rte_mbuf *new_mbuf; in atl_recv_pkts() local
977 new_mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in atl_recv_pkts()
978 if (new_mbuf == NULL) { in atl_recv_pkts()
992 rx_entry->mbuf = new_mbuf; in atl_recv_pkts()
994 rte_mbuf_data_iova_default(new_mbuf)); in atl_recv_pkts()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3279 struct rte_mbuf *new_mbuf; in hns3_reassemble_tx_pkts() local
3304 ret = hns3_tx_alloc_mbufs(mb_pool, nb_new_buf, &new_mbuf); in hns3_reassemble_tx_pkts()
3312 temp_new = new_mbuf; in hns3_reassemble_tx_pkts()
3338 hns3_pktmbuf_copy_hdr(new_mbuf, tx_pkt); in hns3_reassemble_tx_pkts()
3343 *new_pkt = new_mbuf; in hns3_reassemble_tx_pkts()