Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c157 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post()
400 numTxMaps = sc->sc_tx_nmaps; in ath_tx_chaindesclist()
6464 sc->sc_tx_nmaps = 1; /* only one buffer per TX desc */
H A Dif_ath_tx_edma.c863 (void) ath_hal_getntxmaps(sc->sc_ah, &sc->sc_tx_nmaps); in ath_xmit_setup_edma()
871 sc->sc_tx_nmaps); in ath_xmit_setup_edma()
H A Dif_athvar.h599 int sc_tx_nmaps; /* Number of TX maps */ member