Searched refs:athstatfoo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/tools/tools/ath/athstats/
H A Dathstats.h40 struct athstatfoo { struct
43 BSDSTAT_DECL_METHODS(struct athstatfoo *);
46 void (*setifname)(struct athstatfoo *, const char *ifname);
48 void (*setstamac)(struct athstatfoo *, const uint8_t mac[]);
50 void (*zerostats)(struct athstatfoo *);
53 struct athstatfoo *athstats_new(const char *ifname, const char *fmtstring);
H A Dmain.c91 struct athstatfoo *wf;
H A Dathstats.c445 struct athstatfoo base;
455 ath_setifname(struct athstatfoo *wf0, const char *ifname)
468 ath_zerostats(struct athstatfoo *wf0)
1064 BSDSTAT_DEFINE_BOUNCE(athstatfoo)
1066 struct athstatfoo *
1085 BSDSTAT_BOUNCE(wf, athstatfoo);

Completed in 165 milliseconds