Searched refs:sc_tx_nmaps (Results 1 – 3 of 3) sorted by relevance
866 (void) ath_hal_getntxmaps(sc->sc_ah, &sc->sc_tx_nmaps); in ath_xmit_setup_edma()873 sc->sc_tx_nmaps); in ath_xmit_setup_edma()
148 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post()391 numTxMaps = sc->sc_tx_nmaps; in ath_tx_chaindesclist()6052 sc->sc_tx_nmaps = 1; /* only one buffer per TX desc */
566 int sc_tx_nmaps; /* Number of TX maps */ member