Home
last modified time | relevance | path

Searched refs:tot_pkts (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/eventdev_pipeline/
H A Dmain.c459 uint64_t tot_pkts = 0; in main() local
464 tot_pkts += pkts_per_wkr[i]; in main()
468 ((float)tot_pkts); in main()
/dpdk/drivers/net/enic/base/
H A Dvnic_rq.h66 uint32_t tot_pkts; member
H A Dvnic_rq.c88 rq->tot_pkts = 0; in vnic_rq_init()