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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h151 struct uath_stat { struct
195 struct uath_stat sc_stat;
H A Dif_uath.c257 static void uath_stat(void *);
774 uath_stat(void *arg) function
2067 callout_reset(&sc->stat_ch, hz, uath_stat, sc);
2144 struct uath_stat *stats;
2319 callout_reset(&sc->stat_ch, hz, uath_stat, sc);

Completed in 68 milliseconds