Searched refs:ath_txbuf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h45 extern int ath_txbuf;
H A Dif_ath.c248 int ath_txbuf = ATH_TXBUF; /* # tx buffers to allocate */ variable
249 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,
1070 * Shorten this to 64 packets, or 1/4 ath_txbuf, whichever
1077 sc->sc_txq_mcastq_maxdepth = MIN(64, ath_txbuf / 4);
1088 sc->sc_txq_node_maxdepth = MIN(64, ath_txbuf / 4);
3819 "tx", sc->sc_tx_desclen, ath_txbuf, ATH_MAX_SCATTER);
3823 sc->sc_txbuf_cnt = ath_txbuf;
4750 if (sc->sc_txbuf_cnt > ath_txbuf) {
4754 ath_txbuf);
4755 sc->sc_txbuf_cnt = ath_txbuf;
[all...]

Completed in 88 milliseconds