Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c193 struct rte_mbuf *pkt_segs[RTE_MAX_SEGS_PER_PKT]; in pkt_burst_prepare() local
204 if (rte_mempool_get_bulk(mbp, (void **)pkt_segs, nb_segs - 1)) in pkt_burst_prepare()
220 pkt_seg->next = pkt_segs[i - 1]; in pkt_burst_prepare()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2790 struct rte_mbuf *pkt_segs[MAX_NON_TSO_BD_PER_PKT]; in hns3_tx_alloc_mbufs() local
2794 if (rte_mempool_get_bulk(mb_pool, (void **)pkt_segs, nb_new_buf)) in hns3_tx_alloc_mbufs()
2798 pkt_segs[i]->next = pkt_segs[i + 1]; in hns3_tx_alloc_mbufs()
2800 pkt_segs[nb_new_buf - 1]->next = NULL; in hns3_tx_alloc_mbufs()
2801 pkt_segs[0]->nb_segs = nb_new_buf; in hns3_tx_alloc_mbufs()
2802 *alloc_mbuf = pkt_segs[0]; in hns3_tx_alloc_mbufs()