Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c773 #define IXGBEVF_NB_XSTATS (sizeof(rte_ixgbevf_stats_strings) / \ macro
3504 if (limit < IXGBEVF_NB_XSTATS && xstats_names != NULL) in ixgbevf_dev_xstats_get_names()
3508 for (i = 0; i < IXGBEVF_NB_XSTATS; i++) in ixgbevf_dev_xstats_get_names()
3512 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get_names()
3737 if (n < IXGBEVF_NB_XSTATS) in ixgbevf_dev_xstats_get()
3738 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get()
3746 for (i = 0; i < IXGBEVF_NB_XSTATS; i++) { in ixgbevf_dev_xstats_get()
3752 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get()