Searched refs:bulk_mbuf (Results 1 – 2 of 2) sorted by relevance
338 struct rte_mbuf *bulk_mbuf[HNS3_BULK_ALLOC_MBUF_NUM]; member
56 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()