Home
last modified time | relevance | path

Searched refs:sc_tx_desclen (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tx_edma.c861 (void) ath_hal_gettxdesclen(sc->sc_ah, &sc->sc_tx_desclen); in ath_xmit_setup_edma()
867 sc->sc_tx_desclen); in ath_xmit_setup_edma()
HDif_ath_debug.c165 i ++, ds += sc->sc_tx_desclen) { in ath_printtxbuf_edma()
HDif_ath_tx.c160 i++, ds += sc->sc_tx_desclen) { in ath_tx_alq_post()
163 sc->sc_tx_desclen, in ath_tx_alq_post()
487 ds += sc->sc_tx_desclen; in ath_tx_chaindesclist()
6462 sc->sc_tx_desclen = sizeof(struct ath_desc);
HDif_ath.c3813 "tx", sc->sc_tx_desclen, ath_txbuf, ATH_MAX_SCATTER);
3820 "tx_mgmt", sc->sc_tx_desclen, ath_txbuf_mgmt,
3833 "beacon", sc->sc_tx_desclen, ATH_BCBUF, 1);
HDif_athvar.h597 int sc_tx_desclen; member