Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c159 i ++, ds += sc->sc_tx_desclen) { in ath_printtxbuf_edma()
H A Dif_ath_tx_edma.c1061 (void) ath_hal_gettxdesclen(sc->sc_ah, &sc->sc_tx_desclen); in ath_xmit_setup_edma()
1067 sc->sc_tx_desclen); in ath_xmit_setup_edma()
H A Dif_ath_tx.c153 i++, ds += sc->sc_tx_desclen) { in ath_tx_alq_post()
156 sc->sc_tx_desclen, in ath_tx_alq_post()
477 ds += sc->sc_tx_desclen; in ath_tx_chaindesclist()
6402 sc->sc_tx_desclen = sizeof(struct ath_desc);
H A Dif_ath.c3863 "tx", sc->sc_tx_desclen, ath_txbuf, ATH_MAX_SCATTER); in ath_desc_alloc()
3870 "tx_mgmt", sc->sc_tx_desclen, ath_txbuf_mgmt, in ath_desc_alloc()
3883 "beacon", sc->sc_tx_desclen, ATH_BCBUF, 1); in ath_desc_alloc()
H A Dif_athvar.h588 int sc_tx_desclen; member