Searched refs:ath_descdma_cleanup (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_descdma.h | 41 extern void ath_descdma_cleanup(struct ath_softc *sc,
|
H A D | if_ath_descdma.c | 294 ath_descdma_cleanup(sc, dd, head); in ath_descdma_setup() 371 ath_descdma_cleanup(sc, dd, head); in ath_descdma_setup_rx_edma() 383 ath_descdma_cleanup(struct ath_softc *sc, in ath_descdma_cleanup() function
|
H A D | if_ath_btcoex_mci.c | 159 ath_descdma_cleanup(sc, &sc->sc_btcoex.buf, NULL); in ath_btcoex_mci_detach()
|
H A D | if_ath_tx_edma.c | 701 ath_descdma_cleanup(sc, &sc->sc_txsdma, NULL); in ath_edma_dma_txteardown()
|
H A D | if_ath_rx_edma.c | 1006 ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf); in ath_edma_dma_rxteardown()
|
H A D | if_ath.c | 3873 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc() 3885 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc() 3886 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_alloc() 3898 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free() 3900 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_free() 3902 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_free()
|
H A D | if_ath_rx.c | 1505 ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf); in ath_legacy_dma_rxteardown()
|