Searched refs:sc_txdma_mgmt (Results 1 – 2 of 2) sorted by relevance
3869 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()
757 struct ath_descdma sc_txdma_mgmt; /* mgmt TX descriptors */ member