Searched refs:uath_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_uathvar.h151 struct uath_stat { struct
194 struct uath_stat sc_stat;
H A Dif_uath.c270 static void uath_stat(void *);
809 uath_stat(void *arg) function
2156 callout_reset(&sc->stat_ch, hz, uath_stat, sc);
2233 struct uath_stat *stats;
2408 callout_reset(&sc->stat_ch, hz, uath_stat, sc);

Completed in 65 milliseconds