Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c3819 error = ath_descdma_setup(sc, &sc->sc_txdma_mgmt, &sc->sc_txbuf_mgmt,
3836 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt,
3851 if (sc->sc_txdma_mgmt.dd_desc_len != 0)
3852 ath_descdma_cleanup(sc, &sc->sc_txdma_mgmt,
H A Dif_athvar.h782 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */ member