Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h322 struct rte_mbuf *bulk_mbuf[HNS3_BULK_ALLOC_MBUF_NUM]; member
H A Dhns3_rxtx.c53 rte_pktmbuf_free_seg(rxq->bulk_mbuf[i]); in hns3_rx_queue_release_mbufs()
2063 return rxq->bulk_mbuf[--rxq->bulk_mbuf_num]; in hns3_rx_alloc_buffer()
2065 ret = rte_mempool_get_bulk(rxq->mb_pool, (void **)rxq->bulk_mbuf, in hns3_rx_alloc_buffer()
2069 return rxq->bulk_mbuf[--rxq->bulk_mbuf_num]; in hns3_rx_alloc_buffer()