Home
last modified time | relevance | path

Searched refs:ds0 (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c457 const struct ath_desc *ds0) in ar5416FillTxDesc() argument
480 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0) in ar5416FillTxDesc()
488 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ar5416FillTxDesc()
489 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3; in ar5416FillTxDesc()
498 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0) in ar5416FillTxDesc()
675 const struct ath_desc *ds0) in ar5416SetupLastTxDesc() argument
684 ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2); in ar5416SetupLastTxDesc()
685 ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3); in ar5416SetupLastTxDesc()
687 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ar5416SetupLastTxDesc()
688 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3; in ar5416SetupLastTxDesc()
[all …]
H A Dar5416.h389 const struct ath_desc *ds0);
393 const struct ath_desc *ds0, int *rates, int *tries);
408 const struct ath_desc *ds0);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c808 const struct ath_desc *ds0) in ar5212FillTxDesc() argument
831 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0) in ar5212FillTxDesc()
833 ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2); in ar5212FillTxDesc()
834 ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3); in ar5212FillTxDesc()
836 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq; in ar5212FillTxDesc()
837 ads->ds_ctl2 = AR5212DESC_CONST(ds0)->ds_ctl2; in ar5212FillTxDesc()
838 ads->ds_ctl3 = AR5212DESC_CONST(ds0)->ds_ctl3; in ar5212FillTxDesc()
845 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0) in ar5212FillTxDesc()
848 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq; in ar5212FillTxDesc()
963 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5212GetTxCompletionRates() argument
[all …]
H A Dar5212.h613 const struct ath_desc *ds0);
619 const struct ath_desc *ds0, int *rates, int *tries);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h46 HAL_BOOL lastSeg, const struct ath_desc *ds0);
48 const struct ath_desc *ds0, int *rates, int *tries);
65 struct ath_desc *ds, const struct ath_desc *ds0);
H A Dar9300_freebsd.c566 const struct ath_desc *ds0) in ar9300_freebsd_fill_tx_desc() argument
569 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0); in ar9300_freebsd_fill_tx_desc()
580 qid, keyType, firstSeg, lastSeg, ds0); in ar9300_freebsd_fill_tx_desc()
585 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_freebsd_get_tx_completion_rates() argument
638 const struct ath_desc *ds0) in ar9300_freebsd_setup_last_tx_desc() argument
H A Dar9300_xmit_ds.c68 const void *ds0) in ar9300_fill_tx_desc() argument
110 ads->ds_ctl13 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl13); in ar9300_fill_tx_desc()
111 ads->ds_ctl14 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl14); in ar9300_fill_tx_desc()
114 ads->ds_ctl13 = AR9300TXC_CONST(ds0)->ds_ctl13; in ar9300_fill_tx_desc()
115 ads->ds_ctl14 = AR9300TXC_CONST(ds0)->ds_ctl14; in ar9300_fill_tx_desc()
H A Dar9300_stub_funcs.h190 const struct ath_desc *ds0);
196 const struct ath_desc *ds0, int *rates, int *tries);
H A Dar9300_stub_funcs.c1050 const struct ath_desc *ds0) in ar9300_Stub_FillTxDesc() argument
1082 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_Stub_GetTxCompletionRates() argument
H A Dar9300desc.h515 HAL_BOOL last_seg, const void *ds0);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c552 const struct ath_desc *ds0) in ar5210FillTxDesc() argument
573 ads->ds_ctl0 = AR5210DESC_CONST(ds0)->ds_ctl0; in ar5210FillTxDesc()
634 ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5210GetTxCompletionRates() argument
H A Dar5210.h178 const struct ath_desc *ds0);
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c582 const struct ath_desc *ds0) in ar5211FillTxDesc() argument
603 ads->ds_ctl0 = AR5211DESC_CONST(ds0)->ds_ctl0; in ar5211FillTxDesc()
673 ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) in ar5211GetTxCompletionRates() argument
H A Dar5211.h201 const struct ath_desc *ds0);
207 const struct ath_desc *ds0, int *rates, int *tries);
/dragonfly/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() argument
446 , (struct ath_desc *) ds0 /* first descriptor */ in ath_tx_chaindesclist()
563 struct ath_desc *ds0 = bf_first->bf_desc; in ath_tx_setds_11n() local
621 ath_tx_chaindesclist(sc, ds0, bf, in ath_tx_setds_11n()
633 ds0, in ath_tx_setds_11n()
687 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0); in ath_tx_setds_11n()
/dragonfly/sys/config/
H A DLINT64313 pseudo-device disc #Discard device (ds0, ds1, etc)