Searched refs:sc_txbuf_cnt (Results 1 – 3 of 3) sorted by relevance
2990 sc->sc_txbuf_cnt--; in _ath_getbuf_locked()2997 if (sc->sc_txbuf_cnt < 0) { in _ath_getbuf_locked()3001 sc->sc_txbuf_cnt = 0; in _ath_getbuf_locked()3212 (sc->sc_txbuf_cnt <= sc->sc_txq_data_minfree)) { in ath_transmit()3682 sc->sc_txbuf_cnt = ath_txbuf; in ath_desc_alloc()4585 sc->sc_txbuf_cnt++; in ath_returnbuf_tail()4586 if (sc->sc_txbuf_cnt > ath_txbuf) { in ath_returnbuf_tail()4591 sc->sc_txbuf_cnt = ath_txbuf; in ath_returnbuf_tail()4606 sc->sc_txbuf_cnt++; in ath_returnbuf_head()4607 if (sc->sc_txbuf_cnt > ATH_TXBUF) { in ath_returnbuf_head()[all …]
516 t, i, sc->sc_txbuf_cnt); in ath_sysctl_txagg()
750 int sc_txbuf_cnt; /* how many buffers avail */ member