Searched refs:UATH_STAT_INC (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 558 UATH_STAT_INC(sc, st_cmd_inactive); in uath_alloc_cmd_list() 719 UATH_STAT_INC(sc, st_cmd_pending); in uath_cmdsend() 989 UATH_STAT_INC(sc, st_rx_inactive); in uath_alloc_rx_data_list() 1013 UATH_STAT_INC(sc, st_tx_inactive); in uath_alloc_tx_data_list() 1368 UATH_STAT_INC(sc, st_tx_pending); in uath_dataflush() 1620 UATH_STAT_INC(sc, st_tx_pending); in uath_tx_start() 1642 UATH_STAT_INC(sc, st_tx_inactive); in uath_txfrag_cleanup() 1748 UATH_STAT_INC(sc, st_tx_inactive); in uath_start() 1806 UATH_STAT_INC(sc, st_tx_inactive); in uath_raw_xmit() 2361 UATH_STAT_INC(sc, st_cmd_inactive); in uath_intr_rx_callback() [all …]
|
H A D | if_uathvar.h | 174 #define UATH_STAT_INC(sc, var) (sc)->sc_stat.var++ macro
|