Home
last modified time | relevance | path

Searched refs:rte_mbuf_raw_alloc (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/app/test-pmd/
H A Dflowgen.c115 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_flow_gen()
H A Dtxonly.c380 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_transmit()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c121 mbuf = rte_mbuf_raw_alloc(mp); in bnx2x_dev_rx_queue_setup()
402 new_mb = rte_mbuf_raw_alloc(rxq->mb_pool); in bnx2x_recv_pkts()
/dpdk/lib/mbuf/
H A Drte_mbuf.h559 static inline struct rte_mbuf *rte_mbuf_raw_alloc(struct rte_mempool *mp) in rte_mbuf_raw_alloc() function
874 if ((m = rte_mbuf_raw_alloc(mp)) != NULL) in rte_pktmbuf_alloc()
/dpdk/drivers/net/e1000/
H A Dem_rxtx.c750 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_em_recv_pkts()
930 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_em_recv_scattered_pkts()
1689 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in em_alloc_rx_queue_mbufs()
H A Digb_rxtx.c878 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_igb_recv_pkts()
1069 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_igb_recv_scattered_pkts()
2244 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in igb_alloc_rx_queue_mbufs()
/dpdk/drivers/net/mlx5/
H A Dmlx5_rx.c494 *elt = rte_mbuf_raw_alloc(rxq->mp); in mlx5_rx_err_handle()
828 rep = rte_mbuf_raw_alloc(seg->pool); in mlx5_rx_burst()
/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c225 tmbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in axgbe_recv_pkts()
363 tmbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_axgbe_recv_scattered_pkts()
H A Daxgbe_dev.c949 mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in wrapper_rx_desc_init()
/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c951 struct rte_mbuf *rxm = rte_mbuf_raw_alloc(rxq->mb_pool); in ionic_rx_fill()
979 rxm_seg = rte_mbuf_raw_alloc(rxq->mb_pool); in ionic_rx_fill()
/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c404 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in atl_alloc_rx_queue_mbufs()
977 new_mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in atl_recv_pkts()
/dpdk/drivers/net/igc/
H A Digc_txrx.c412 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_recv_pkts()
556 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_recv_scattered_pkts()
793 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_alloc_rx_queue_mbufs()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c287 mbuf = rte_mbuf_raw_alloc(rxq->mp); in alloc_rxq_mbufs()
1336 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_pkts()
1454 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_pkts_flex_rxd()
1573 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_scattered_pkts_flex_rxd()
1742 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_scattered_pkts()
/dpdk/app/test/
H A Dtest_mbuf.c2753 m0 = rte_mbuf_raw_alloc(pool); in test_nb_segs_and_next_reset()
2754 m1 = rte_mbuf_raw_alloc(pool); in test_nb_segs_and_next_reset()
2755 m2 = rte_mbuf_raw_alloc(pool); in test_nb_segs_and_next_reset()
/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_rxtx.c650 mbuf = rte_mbuf_raw_alloc(rxq->mp); in vmxnet3_post_rx_bufs()
857 newm = rte_mbuf_raw_alloc(rxq->mp); in vmxnet3_recv_pkts()
/dpdk/drivers/raw/ntb/
H A Dntb.c538 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mpool); in ntb_queue_init()
771 rxm_t = rte_mbuf_raw_alloc(rxq->mpool); in ntb_dequeue_bufs()
/dpdk/drivers/net/enic/
H A Denic_rxtx.c110 nmb = rte_mbuf_raw_alloc(rq->mp); in enic_recv_pkts_common()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c1307 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ngbe_recv_pkts()
1507 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ngbe_recv_pkts_sc()
2723 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in ngbe_alloc_rx_queue_mbufs()
/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c1239 rep = rte_mbuf_raw_alloc(rxq->mp); in mlx4_rx_burst()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c740 nmb = rte_mbuf_raw_alloc(rxq->mp); in i40e_recv_pkts()
862 nmb = rte_mbuf_raw_alloc(rxq->mp); in i40e_recv_scattered_pkts()
2848 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mp); in i40e_alloc_rx_queue_mbufs()
/dpdk/drivers/net/ice/
H A Dice_rxtx.c404 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mp); in ice_alloc_rx_queue_mbufs()
1876 nmb = rte_mbuf_raw_alloc(rxq->mp); in ice_recv_scattered_pkts()
2386 nmb = rte_mbuf_raw_alloc(rxq->mp); in ice_recv_pkts()
/dpdk/examples/ntb/
H A Dntb_fwd.c281 rte_mbuf_raw_alloc(mbuf_pool); in cmd_sendfile_parsed()
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.c34 data = rte_mbuf_raw_alloc(mb); in __bnxt_alloc_rx_data()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1507 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_recv_pkts()
1759 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_recv_pkts_lro()
3871 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_alloc_rx_queue_mbufs()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c1860 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_recv_pkts()
2133 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_recv_pkts_lro()
4489 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_alloc_rx_queue_mbufs()

12