Home
last modified time | relevance | path

Searched refs:ath_rxbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_misc.h42 extern int ath_rxbuf;
H A Dif_ath_rx_edma.c978 "rx", ath_rxbuf, sc->sc_rx_statuslen); in ath_edma_dma_rxsetup()
H A Dif_ath.c244 int ath_rxbuf = ATH_RXBUF; /* # rx buffers to allocate */ variable
245 SYSCTL_INT(_hw_ath, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &ath_rxbuf,
6662 if (ath_rxbuf != ATH_RXBUF) in ath_announce()
6663 device_printf(sc->sc_dev, "using %u rx buffers\n", ath_rxbuf); in ath_announce()
H A Dif_ath_rx.c1493 "rx", sizeof(struct ath_desc), ath_rxbuf, 1); in ath_legacy_dma_rxsetup()