Searched refs:sc_tx_nmaps (Results 1 – 3 of 3) sorted by relevance
1063 (void) ath_hal_getntxmaps(sc->sc_ah, &sc->sc_tx_nmaps); in ath_xmit_setup_edma()1071 sc->sc_tx_nmaps); in ath_xmit_setup_edma()
150 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post()390 numTxMaps = sc->sc_tx_nmaps; in ath_tx_chaindesclist()6404 sc->sc_tx_nmaps = 1; /* only one buffer per TX desc */
590 int sc_tx_nmaps; /* Number of TX maps */ member