Searched refs:ath_descdma_setup (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_descdma.h | 35 extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
|
H A D | if_ath_descdma.c | 236 ath_descdma_setup(struct ath_softc *sc, in ath_descdma_setup() function
|
H A D | if_ath_rx.c | 1492 error = ath_descdma_setup(sc, &sc->sc_rxdma, &sc->sc_rxbuf, in ath_legacy_dma_rxsetup()
|
H A D | if_ath.c | 3862 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf, in ath_desc_alloc() 3869 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt, in ath_desc_alloc() 3882 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc()
|