Searched refs:st_tx_inactive (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_upgt.c | 782 UPGT_STAT_INC(sc, st_tx_inactive); in upgt_start() 815 UPGT_STAT_INC(sc, st_tx_inactive); in upgt_raw_xmit() 1905 UPGT_STAT_INC(sc, st_tx_inactive); in upgt_alloc_tx() 2044 &stats->st_tx_inactive, "Inactive numbers in TX queue"); in upgt_sysctl_node() 2059 UPGT_STAT_DEC(sc, st_tx_inactive); in _upgt_getbuf() 2098 UPGT_STAT_INC(sc, st_tx_inactive); in upgt_gettxbuf() 2287 UPGT_STAT_INC(sc, st_tx_inactive); in upgt_bulk_tx_callback()
|
H A D | if_uathvar.h | 171 uint32_t st_tx_inactive; member
|
H A D | if_uath.c | 1013 UATH_STAT_INC(sc, st_tx_inactive); in uath_alloc_tx_data_list() 1383 UATH_STAT_DEC(sc, st_tx_inactive); in _uath_getbuf() 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() 2208 &stats->st_tx_inactive, "Inactive numbers in TX queue"); in uath_sysctl_node() 2830 UATH_STAT_INC(sc, st_tx_inactive); in uath_bulk_tx_callback()
|
H A D | if_upgtvar.h | 405 uint32_t st_tx_inactive; member
|