Searched refs:xstats_hide_zero (Results 1 – 3 of 3) sorted by relevance
348 extern uint8_t xstats_hide_zero; /**< Hide zero values for xstats display */
364 if (xstats_hide_zero && !xstats[idx_xstat].value) in nic_xstats_display()4583 xstats_hide_zero = on_off; in set_xstats_hide_zero()
491 uint8_t xstats_hide_zero; variable