Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c312 static uint32_t total_ids[3]; /* rx, tx and drop */ in test_event_dev_stats_get() local
323 "dev_rx", &total_ids[0]); in test_event_dev_stats_get()
325 "dev_drop", &total_ids[1]); in test_event_dev_stats_get()
327 "dev_tx", &total_ids[2]); in test_event_dev_stats_get()