Searched refs:IXGBEVF_NB_XSTATS (Results 1 – 1 of 1) sorted by relevance
766 #define IXGBEVF_NB_XSTATS (sizeof(rte_ixgbevf_stats_strings) / \ macro3529 if (limit < IXGBEVF_NB_XSTATS && xstats_names != NULL) in ixgbevf_dev_xstats_get_names()3533 for (i = 0; i < IXGBEVF_NB_XSTATS; i++) in ixgbevf_dev_xstats_get_names()3537 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get_names()3762 if (n < IXGBEVF_NB_XSTATS) in ixgbevf_dev_xstats_get()3763 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get()3771 for (i = 0; i < IXGBEVF_NB_XSTATS; i++) { in ixgbevf_dev_xstats_get()3777 return IXGBEVF_NB_XSTATS; in ixgbevf_dev_xstats_get()