Searched refs:sc_txbuf_cnt (Results 1 – 3 of 3) sorted by relevance
3179 sc->sc_txbuf_cnt--; in _ath_getbuf_locked()3186 if (sc->sc_txbuf_cnt < 0) { in _ath_getbuf_locked()3190 sc->sc_txbuf_cnt = 0; in _ath_getbuf_locked()3401 (sc->sc_txbuf_cnt <= sc->sc_txq_data_minfree)) { in ath_transmit()3862 sc->sc_txbuf_cnt = ath_txbuf; in ath_desc_alloc()4793 sc->sc_txbuf_cnt++; in ath_returnbuf_tail()4794 if (sc->sc_txbuf_cnt > ath_txbuf) { in ath_returnbuf_tail()4799 sc->sc_txbuf_cnt = ath_txbuf; in ath_returnbuf_tail()4814 sc->sc_txbuf_cnt++; in ath_returnbuf_head()4815 if (sc->sc_txbuf_cnt > ATH_TXBUF) { in ath_returnbuf_head()[all …]
518 t, i, sc->sc_txbuf_cnt); in ath_sysctl_txagg()
756 int sc_txbuf_cnt; /* how many buffers avail */ member