Searched refs:sc_txbuf_cnt (Results 1 – 3 of 3) sorted by relevance
3184 sc->sc_txbuf_cnt--; in _ath_getbuf_locked()3191 if (sc->sc_txbuf_cnt < 0) { in _ath_getbuf_locked()3195 sc->sc_txbuf_cnt = 0; in _ath_getbuf_locked()3406 (sc->sc_txbuf_cnt <= sc->sc_txq_data_minfree)) { in ath_transmit()3867 sc->sc_txbuf_cnt = ath_txbuf; in ath_desc_alloc()4798 sc->sc_txbuf_cnt++; in ath_returnbuf_tail()4799 if (sc->sc_txbuf_cnt > ath_txbuf) { in ath_returnbuf_tail()4804 sc->sc_txbuf_cnt = ath_txbuf; in ath_returnbuf_tail()4819 sc->sc_txbuf_cnt++; in ath_returnbuf_head()4820 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