Searched refs:st_tx_active (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h171 uint32_t st_tx_active; member in struct:uath_stat
H A Dif_upgtvar.h405 uint32_t st_tx_active; member in struct:upgt_stat
H A Dif_uath.c2197 &stats->st_tx_active, "Active numbers in TX queue");
2820 UATH_STAT_DEC(sc, st_tx_active);
2836 UATH_STAT_INC(sc, st_tx_active);
H A Dif_upgt.c2047 &stats->st_tx_active, "Active numbers in TX queue");
2293 UPGT_STAT_DEC(sc, st_tx_active);
2309 UPGT_STAT_INC(sc, st_tx_active);

Completed in 186 milliseconds