Lines Matching defs:bufs
229 struct rte_mbuf *bufs[BURST_SIZE*2];
253 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, bufs,
270 (void *)bufs, nb_rx, NULL);
278 rte_pktmbuf_free(bufs[sent++]);
298 struct rte_mbuf *bufs[BURST_SIZE*2];
322 const uint16_t nb_rx = rte_eth_rx_burst(port, 0, bufs,
335 rte_distributor_process(d, bufs, nb_rx);
337 bufs, BURST_SIZE*2);
348 (void *)bufs, nb_ret, NULL);
356 rte_pktmbuf_free(bufs[sent++]);
414 struct rte_mbuf *bufs[BURST_SIZE * 4];
420 (void *)bufs, BURST_SIZE*1, NULL);
425 rte_distributor_process(d, bufs, nb_rx);
429 bufs, BURST_SIZE*2);
436 (void *)bufs, nb_ret, NULL);
444 rte_pktmbuf_free(bufs[sent++]);
489 struct rte_mbuf *bufs[BURST_SIZE_TX];
491 (void *)bufs, BURST_SIZE_TX, NULL);
502 rte_prefetch_non_temporal((void *)bufs[0]);
503 rte_prefetch_non_temporal((void *)bufs[1]);
504 rte_prefetch_non_temporal((void *)bufs[2]);
508 rte_prefetch_non_temporal((void *)bufs[i + 3]);
513 outp = bufs[i]->port;
519 outbuf->mbufs[outbuf->count++] = bufs[i];