Searched refs:ath_txbuf (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_misc.h | 43 extern int ath_txbuf;
|
H A D | if_ath.c | 247 int ath_txbuf = ATH_TXBUF; /* # tx buffers to allocate */ variable 248 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf, 1075 sc->sc_txq_mcastq_maxdepth = MIN(64, ath_txbuf / 4); in ath_attach() 1093 sc->sc_txq_node_maxdepth = MIN(128, ath_txbuf / 4); in ath_attach() 3855 "tx", sc->sc_tx_desclen, ath_txbuf, ATH_MAX_SCATTER); in ath_desc_alloc() 3859 sc->sc_txbuf_cnt = ath_txbuf; in ath_desc_alloc() 4791 if (sc->sc_txbuf_cnt > ath_txbuf) { in ath_returnbuf_tail() 4795 ath_txbuf); in ath_returnbuf_tail() 4796 sc->sc_txbuf_cnt = ath_txbuf; in ath_returnbuf_tail() 6664 if (ath_txbuf != ATH_TXBUF) in ath_announce() [all …]
|