Home
last modified time | relevance | path

Searched refs:UATH_STAT_INC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c560 UATH_STAT_INC(sc, st_cmd_inactive); in uath_alloc_cmd_list()
721 UATH_STAT_INC(sc, st_cmd_pending); in uath_cmdsend()
991 UATH_STAT_INC(sc, st_rx_inactive); in uath_alloc_rx_data_list()
1015 UATH_STAT_INC(sc, st_tx_inactive); in uath_alloc_tx_data_list()
1370 UATH_STAT_INC(sc, st_tx_pending); in uath_dataflush()
1624 UATH_STAT_INC(sc, st_tx_pending); in uath_tx_start()
1646 UATH_STAT_INC(sc, st_tx_inactive); in uath_txfrag_cleanup()
1752 UATH_STAT_INC(sc, st_tx_inactive); in uath_start()
1810 UATH_STAT_INC(sc, st_tx_inactive); in uath_raw_xmit()
2365 UATH_STAT_INC(sc, st_cmd_inactive); in uath_intr_rx_callback()
[all …]
H A Dif_uathvar.h174 #define UATH_STAT_INC(sc, var) (sc)->sc_stat.var++ macro