| /f-stack/dpdk/app/test-pmd/ |
| H A D | flowgen.c | 126 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_flow_gen()
|
| H A D | txonly.c | 373 pkt = rte_mbuf_raw_alloc(mbp); in pkt_burst_transmit()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_rxtx.c | 122 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 D | rte_mbuf.h | 586 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 D | axgbe_rxtx.c | 225 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 D | axgbe_dev.c | 795 mbuf = rte_mbuf_raw_alloc(rxq->mb_pool); in wrapper_rx_desc_init()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 894 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 D | iavf_rxtx.c | 247 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 D | em_rxtx.c | 749 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 D | igb_rxtx.c | 877 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 D | atl_rxtx.c | 404 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 D | igc_txrx.c | 410 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 D | vmxnet3_rxtx.c | 648 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 D | enic_rxtx.c | 97 nmb = rte_mbuf_raw_alloc(rq->mp); in enic_recv_pkts()
|
| H A D | enic_main.c | 306 mb = rte_mbuf_raw_alloc(rq->mp); in enic_alloc_rx_queue_mbufs()
|
| /f-stack/dpdk/drivers/raw/ntb/ |
| H A D | ntb.c | 538 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 D | ice_dcf_ethdev.c | 239 mbuf = rte_mbuf_raw_alloc(rxq->mp); in alloc_rxq_mbufs()
|
| H A D | ice_rxtx.c | 362 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 D | i40e_rxtx.c | 689 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 D | mlx4_rxtx.c | 1243 rep = rte_mbuf_raw_alloc(rxq->mp); in mlx4_rx_burst()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxr.c | 35 data = rte_mbuf_raw_alloc(mb); in __bnxt_alloc_rx_data()
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 281 rte_mbuf_raw_alloc(mbuf_pool); in cmd_sendfile_parsed()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 1437 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 D | ixgbe_rxtx.c | 1817 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 D | hns3_rxtx.c | 257 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()
|