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

/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h45 HAL_BOOL lastSeg, const struct ath_desc *ds0);
47 const struct ath_desc *ds0, int *rates, int *tries);
64 struct ath_desc *ds, const struct ath_desc *ds0);
H A Dar9300_freebsd.c482 const struct ath_desc *ds0)
485 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0);
491 * So, extract it from ds0.
496 qid, keyType, firstSeg, lastSeg, ds0);
501 const struct ath_desc *ds0, int *rates, int *tries)
554 const struct ath_desc *ds0)
479 ar9300_freebsd_fill_tx_desc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufListPtr, uint32_t *segLenPtr, u_int descId, u_int qid, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
500 ar9300_freebsd_get_tx_completion_rates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
553 ar9300_freebsd_setup_last_tx_desc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
H A Dar9300_xmit_ds.c68 const void *ds0)
108 ads->ds_ctl13 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl13);
109 ads->ds_ctl14 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl14);
112 ads->ds_ctl13 = AR9300TXC_CONST(ds0)->ds_ctl13;
113 ads->ds_ctl14 = AR9300TXC_CONST(ds0)->ds_ctl14;
58 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
H A Dar9300_stub_funcs.h189 const struct ath_desc *ds0);
195 const struct ath_desc *ds0, int *rates, int *tries);
H A Dar9300_stub_funcs.c1045 const struct ath_desc *ds0)
1077 const struct ath_desc *ds0, int *rates, int *tries)
1041 ar9300_Stub_FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
1076 ar9300_Stub_GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
H A Dar9300desc.h513 HAL_BOOL last_seg, const void *ds0);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c457 const struct ath_desc *ds0)
480 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl0)
482 ads->ds_ctl2 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl2);
483 ads->ds_ctl3 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl3);
485 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType);
487 ads->ds_ctl0 = AR5416DESC_CONST(ds0)->ds_ctl0 & AR_TxIntrReq;
488 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2;
489 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3;
491 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType;
498 ads->ds_ctl0 = __bswap32(AR5416DESC_CONST(ds0)
454 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
674 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
1092 ar5416GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
[all...]
H A Dar5416.h387 const struct ath_desc *ds0);
391 const struct ath_desc *ds0, int *rates, int *tries);
406 const struct ath_desc *ds0);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c808 const struct ath_desc *ds0)
831 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
833 ads->ds_ctl2 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl2);
834 ads->ds_ctl3 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl3);
836 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq;
837 ads->ds_ctl2 = AR5212DESC_CONST(ds0)->ds_ctl2;
838 ads->ds_ctl3 = AR5212DESC_CONST(ds0)->ds_ctl3;
845 ads->ds_ctl0 = __bswap32(AR5212DESC_CONST(ds0)->ds_ctl0)
848 ads->ds_ctl0 = AR5212DESC_CONST(ds0)->ds_ctl0 & AR_TxInterReq;
963 ar5212GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, in argument
805 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int qcuId, u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
[all...]
H A Dar5212.h610 const struct ath_desc *ds0);
616 const struct ath_desc *ds0, int *rates, int *tries);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c552 const struct ath_desc *ds0)
573 ads->ds_ctl0 = AR5210DESC_CONST(ds0)->ds_ctl0;
634 ar5210GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
549 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
H A Dar5210.h176 const struct ath_desc *ds0);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c582 const struct ath_desc *ds0)
603 ads->ds_ctl0 = AR5211DESC_CONST(ds0)->ds_ctl0;
673 ar5211GetTxCompletionRates(struct ath_hal *ah, const struct ath_desc *ds0, int *rates, int *tries) argument
579 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufAddrList, uint32_t *segLenList, u_int qcuId, u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, const struct ath_desc *ds0) argument
H A Dar5211.h201 const struct ath_desc *ds0);
207 const struct ath_desc *ds0, int *rates, int *tries);
/freebsd-10-stable/sys/powerpc/aim/
H A Dtrap_subr32.S509 ds0: label
538 b ds0 /* try second hash */
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx.c364 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0, argument
437 , (struct ath_desc *) ds0 /* first descriptor */
554 struct ath_desc *ds0 = bf_first->bf_desc; local
612 ath_tx_chaindesclist(sc, ds0, bf,
624 ds0,
678 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0);

Completed in 86 milliseconds