Home
last modified time | relevance | path

Searched refs:sc_txbuf_cnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath.c3179 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 …]
H A Dif_ath_sysctl.c518 t, i, sc->sc_txbuf_cnt); in ath_sysctl_txagg()
H A Dif_athvar.h756 int sc_txbuf_cnt; /* how many buffers avail */ member