Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h42 extern int ath_rxbuf;
H A Dif_ath_rx_edma.c959 "rx", ath_rxbuf, sc->sc_rx_statuslen); in ath_edma_dma_rxsetup()
H A Dif_ath.c256 int ath_rxbuf = ATH_RXBUF; /* # rx buffers to allocate */ variable
257 SYSCTL_INT(_hw_ath, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &ath_rxbuf,
260 TUNABLE_INT("hw.ath.rxbuf", &ath_rxbuf);
6367 if (ath_rxbuf != ATH_RXBUF)
6368 device_printf(sc->sc_dev, "using %u rx buffers\n", ath_rxbuf);
H A Dif_ath_rx.c1442 "rx", sizeof(struct ath_desc), ath_rxbuf, 1); in ath_legacy_dma_rxsetup()