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 D | if_ath_debug.c | 159 i ++, ds += sc->sc_tx_desclen) { in ath_printtxbuf_edma()
|
H A D | if_ath_tx_edma.c | 1061 (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 D | if_ath_tx.c | 153 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 D | if_ath.c | 3863 "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 D | if_athvar.h | 588 int sc_tx_desclen; member
|