Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c444 uint32_t i, j, nb_dq = 0; in ioat_tx_port() local
451 nb_dq = rte_ioat_completed_ops( in ioat_tx_port()
456 nb_dq = rte_ring_dequeue_burst( in ioat_tx_port()
461 if ((int32_t) nb_dq <= 0) in ioat_tx_port()
466 (void *)mbufs_src, nb_dq); in ioat_tx_port()
470 for (j = 0; j < nb_dq; j++) in ioat_tx_port()
477 (void *)mbufs_dst, nb_dq); in ioat_tx_port()
482 if (unlikely(nb_tx < nb_dq)) in ioat_tx_port()
485 nb_dq - nb_tx); in ioat_tx_port()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst506 uint32_t i, j, nb_dq = 0;
513 nb_dq = rte_ioat_completed_ops(
518 nb_dq = rte_ring_dequeue_burst(
523 if (nb_dq == 0)
528 (void *)mbufs_src, nb_dq);
532 for (j = 0; j < nb_dq; j++)
539 (void *)mbufs_dst, nb_dq);
544 if (unlikely(nb_tx < nb_dq))
547 nb_dq - nb_tx);