Home
last modified time | relevance | path

Searched defs:ds0 (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c566 const struct ath_desc *ds0) in ar9300_freebsd_fill_tx_desc()
585 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_freebsd_get_tx_completion_rates()
638 const struct ath_desc *ds0) in ar9300_freebsd_setup_last_tx_desc()
H A Dar9300_xmit_ds.c68 const void *ds0) in ar9300_fill_tx_desc()
H A Dar9300_stub_funcs.c1050 const struct ath_desc *ds0) in ar9300_Stub_FillTxDesc()
1082 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_Stub_GetTxCompletionRates()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c457 const struct ath_desc *ds0) in ar5416FillTxDesc()
675 const struct ath_desc *ds0) in ar5416SetupLastTxDesc()
1092 ar5416GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5416GetTxCompletionRates()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c552 const struct ath_desc *ds0) in ar5210FillTxDesc()
634 ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5210GetTxCompletionRates()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c582 const struct ath_desc *ds0) in ar5211FillTxDesc()
673 ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5211GetTxCompletionRates()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c808 const struct ath_desc *ds0) in ar5212FillTxDesc()
963 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5212GetTxCompletionRates()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c373 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0, in ath_tx_chaindesclist()
563 struct ath_desc *ds0 = bf_first->bf_desc; in ath_tx_setds_11n() local