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

/freebsd-10.0-release/tools/tools/ath/athaggrstats/
H A Dathaggrstats.h40 struct athaggrstatfoo { struct
43 STATFOO_DECL_METHODS(struct athaggrstatfoo *);
46 void (*setifname)(struct athaggrstatfoo *, const char *ifname);
48 void (*setstamac)(struct athaggrstatfoo *, const uint8_t mac[]);
50 void (*zerostats)(struct athaggrstatfoo *);
53 struct athaggrstatfoo *athaggrstats_new(const char *ifname,
H A Dathaggrstats.c150 struct athaggrstatfoo base;
160 ath_setifname(struct athaggrstatfoo *wf0, const char *ifname)
168 ath_zerostats(struct athaggrstatfoo *wf0)
366 STATFOO_DEFINE_BOUNCE(athaggrstatfoo)
368 struct athaggrstatfoo *
387 STATFOO_BOUNCE(wf, athaggrstatfoo);
H A Dmain.c86 struct athaggrstatfoo *wf;

Completed in 68 milliseconds