Home
last modified time | relevance | path

Searched refs:sc_tx_nmaps (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx_edma.c1065 (void) ath_hal_getntxmaps(sc->sc_ah, &sc->sc_tx_nmaps); in ath_xmit_setup_edma()
1073 sc->sc_tx_nmaps); in ath_xmit_setup_edma()
Dif_ath_tx.c152 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post()
392 numTxMaps = sc->sc_tx_nmaps; in ath_tx_chaindesclist()
6406 sc->sc_tx_nmaps = 1; /* only one buffer per TX desc */
Dif_athvar.h591 int sc_tx_nmaps; /* Number of TX maps */ member