Searched refs:sc_tx_desclen (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_tx_edma.c | 861 (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()
|
| HD | if_ath_debug.c | 165 i ++, ds += sc->sc_tx_desclen) { in ath_printtxbuf_edma()
|
| HD | if_ath_tx.c | 160 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);
|
| HD | if_ath.c | 3813 "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);
|
| HD | if_athvar.h | 597 int sc_tx_desclen; member
|