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.c3137 sc->sc_txbuf_cnt--;
3144 if (sc->sc_txbuf_cnt < 0) {
3146 "%s: sc_txbuf_cnt < 0?\n",
3148 sc->sc_txbuf_cnt = 0;
3359 (sc->sc_txbuf_cnt <= sc->sc_txq_data_minfree)) {
3823 sc->sc_txbuf_cnt = ath_txbuf;
4749 sc->sc_txbuf_cnt++;
4750 if (sc->sc_txbuf_cnt > ath_txbuf) {
4752 "%s: sc_txbuf_cnt > %d?\n",
4755 sc->sc_txbuf_cnt
[all...]
H A Dif_athvar.h757 int sc_txbuf_cnt; /* how many buffers avail */ member in struct:ath_softc
H A Dif_ath_sysctl.c520 t, i, sc->sc_txbuf_cnt);

Completed in 115 milliseconds