Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3184 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 …]
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