Home
last modified time | relevance | path

Searched refs:sc_txdma_mgmt (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3869 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt, in ath_desc_alloc()
3886 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_alloc()
3901 if (sc->sc_txdma_mgmt.dd_desc_len != 0) in ath_desc_free()
3902 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_free()
H A Dif_athvar.h757 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */ member