Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c770 UATH_STAT_DEC(sc, st_cmd_inactive); in uath_get_cmdbuf()
1383 UATH_STAT_DEC(sc, st_tx_inactive); in _uath_getbuf()
2359 UATH_STAT_DEC(sc, st_cmd_waiting); in uath_intr_rx_callback()
2407 UATH_STAT_DEC(sc, st_cmd_active); in uath_intr_tx_callback()
2427 UATH_STAT_DEC(sc, st_cmd_pending); in uath_intr_tx_callback()
2732 UATH_STAT_DEC(sc, st_rx_active); in uath_bulk_rx_callback()
2743 UATH_STAT_DEC(sc, st_rx_inactive); in uath_bulk_rx_callback()
2784 UATH_STAT_DEC(sc, st_rx_active); in uath_bulk_rx_callback()
2827 UATH_STAT_DEC(sc, st_tx_active); in uath_bulk_tx_callback()
2841 UATH_STAT_DEC(sc, st_tx_pending); in uath_bulk_tx_callback()
H A Dif_uathvar.h175 #define UATH_STAT_DEC(sc, var) (sc)->sc_stat.var-- macro