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 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, 1077 sc->sc_txq_mcastq_maxdepth = MIN(64, ath_txbuf / 4); in ath_attach() 1095 sc->sc_txq_node_maxdepth = MIN(128, ath_txbuf / 4); in ath_attach() 3863 "tx", sc->sc_tx_desclen, ath_txbuf, ATH_MAX_SCATTER); in ath_desc_alloc() 3867 sc->sc_txbuf_cnt = ath_txbuf; in ath_desc_alloc() 4799 if (sc->sc_txbuf_cnt > ath_txbuf) { in ath_returnbuf_tail() 4803 ath_txbuf); in ath_returnbuf_tail() 4804 sc->sc_txbuf_cnt = ath_txbuf; in ath_returnbuf_tail() 6672 if (ath_txbuf != ATH_TXBUF) in ath_announce() [all …]
|