Home
last modified time | relevance | path

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

12

/f-stack/dpdk/app/test-pmd/
H A Dflowgen.c126 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_flow_gen()
H A Dtxonly.c373 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_transmit()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c122 mbuf = rte_mbuf_raw_alloc(mp); in bnx2x_dev_rx_queue_setup()
403 new_mb = rte_mbuf_raw_alloc(rxq->mb_pool); in bnx2x_recv_pkts()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h586 static inline struct rte_mbuf *rte_mbuf_raw_alloc(struct rte_mempool *mp) in rte_mbuf_raw_alloc() function
895 if ((m = rte_mbuf_raw_alloc(mp)) != NULL) in rte_pktmbuf_alloc()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c225 tmbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in axgbe_recv_pkts()
343 tmbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_axgbe_recv_scattered_pkts()
H A Daxgbe_dev.c795 mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in wrapper_rx_desc_init()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c894 struct rte_mbuf *rxm = rte_mbuf_raw_alloc(rxq->mb_pool); in ionic_rx_fill()
920 rxm_seg = rte_mbuf_raw_alloc(rxq->mb_pool); in ionic_rx_fill()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c247 mbuf = rte_mbuf_raw_alloc(rxq->mp); in alloc_rxq_mbufs()
1142 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_pkts()
1247 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_pkts_flex_rxd()
1338 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_scattered_pkts_flex_rxd()
1491 nmb = rte_mbuf_raw_alloc(rxq->mp); in iavf_recv_scattered_pkts()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c749 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_em_recv_pkts()
929 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_em_recv_scattered_pkts()
1708 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in em_alloc_rx_queue_mbufs()
H A Digb_rxtx.c877 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_igb_recv_pkts()
1068 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in eth_igb_recv_scattered_pkts()
2258 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in igb_alloc_rx_queue_mbufs()
/f-stack/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()
982 new_mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in atl_recv_pkts()
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c410 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_recv_pkts()
554 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_recv_scattered_pkts()
810 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in igc_alloc_rx_queue_mbufs()
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_rxtx.c648 mbuf = rte_mbuf_raw_alloc(rxq->mp); in vmxnet3_post_rx_bufs()
855 newm = rte_mbuf_raw_alloc(rxq->mp); in vmxnet3_recv_pkts()
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c97 nmb = rte_mbuf_raw_alloc(rq->mp); in enic_recv_pkts()
H A Denic_main.c306 mb = rte_mbuf_raw_alloc(rq->mp); in enic_alloc_rx_queue_mbufs()
/f-stack/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()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c239 mbuf = rte_mbuf_raw_alloc(rxq->mp); in alloc_rxq_mbufs()
H A Dice_rxtx.c362 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mp); in ice_alloc_rx_queue_mbufs()
1744 nmb = rte_mbuf_raw_alloc(rxq->mp); in ice_recv_scattered_pkts()
2207 nmb = rte_mbuf_raw_alloc(rxq->mp); in ice_recv_pkts()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c689 nmb = rte_mbuf_raw_alloc(rxq->mp); in i40e_recv_pkts()
805 nmb = rte_mbuf_raw_alloc(rxq->mp); in i40e_recv_scattered_pkts()
2733 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mp); in i40e_alloc_rx_queue_mbufs()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c1243 rep = rte_mbuf_raw_alloc(rxq->mp); in mlx4_rx_burst()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.c35 data = rte_mbuf_raw_alloc(mb); in __bnxt_alloc_rx_data()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c281 rte_mbuf_raw_alloc(mbuf_pool); in cmd_sendfile_parsed()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1437 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_recv_pkts()
1689 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_recv_pkts_lro()
3727 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in txgbe_alloc_rx_queue_mbufs()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c1817 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_recv_pkts()
2087 nmb = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_recv_pkts_lro()
4451 struct rte_mbuf *mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in ixgbe_alloc_rx_queue_mbufs()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c257 mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in hns3_alloc_rx_queue_mbufs()
2071 return rte_mbuf_raw_alloc(rxq->mb_pool); in hns3_rx_alloc_buffer()

12