Home
last modified time | relevance | path

Searched refs:bulk_mbuf (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h338 struct rte_mbuf *bulk_mbuf[HNS3_BULK_ALLOC_MBUF_NUM]; member
H A Dhns3_rxtx.c56 rte_pktmbuf_free_seg(rxq->bulk_mbuf[i]); in hns3_rx_queue_release_mbufs()
2371 return rxq->bulk_mbuf[--rxq->bulk_mbuf_num]; in hns3_rx_alloc_buffer()
2373 ret = rte_mempool_get_bulk(rxq->mb_pool, (void **)rxq->bulk_mbuf, in hns3_rx_alloc_buffer()
2377 return rxq->bulk_mbuf[--rxq->bulk_mbuf_num]; in hns3_rx_alloc_buffer()