Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath.c3684 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt, in ath_desc_alloc()
3701 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_alloc()
3716 if (sc->sc_txdma_mgmt.dd_desc_len != 0) in ath_desc_free()
3717 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt, in ath_desc_free()
HDif_athvar.h751 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */ member