Searched refs:_stats_mod (Results 1 – 1 of 1) sorted by relevance
1367 #define bna_stats_mod_uninit(_stats_mod) \ argument1371 #define bna_stats_mod_start(_stats_mod) \ argument1373 (_stats_mod)->ioc_ready = true; \1376 #define bna_stats_mod_stop(_stats_mod) \ argument1378 (_stats_mod)->ioc_ready = false; \1381 #define bna_stats_mod_fail(_stats_mod) \ argument1383 (_stats_mod)->ioc_ready = false; \1384 (_stats_mod)->stats_get_busy = false; \1385 (_stats_mod)->stats_clr_busy = false; \