Searched refs:athstatfoo (Results 1 – 3 of 3) sorted by relevance
38 struct athstatfoo { struct41 BSDSTAT_DECL_METHODS(struct athstatfoo *); argument44 void (*setifname)(struct athstatfoo *, const char *ifname); argument46 void (*setstamac)(struct athstatfoo *, const uint8_t mac[]); argument48 void (*zerostats)(struct athstatfoo *); argument51 struct athstatfoo *athstats_new(const char *ifname, const char *fmtstring);
92 struct athstatfoo *wf; in main()
455 struct athstatfoo base;465 ath_setifname(struct athstatfoo *wf0, const char *ifname) in ath_setifname()478 ath_zerostats(struct athstatfoo *wf0) in ath_zerostats()1090 BSDSTAT_DEFINE_BOUNCE(athstatfoo) in BSDSTAT_DEFINE_BOUNCE() argument1092 struct athstatfoo * in BSDSTAT_DEFINE_BOUNCE()1111 BSDSTAT_BOUNCE(wf, athstatfoo); in BSDSTAT_DEFINE_BOUNCE()