Searched refs:ds0 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_freebsd.h | 46 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 D | ar9300_freebsd.c | 769 const struct ath_desc *ds0) in ar9300_freebsd_fill_tx_desc() argument 772 const struct ar9300_txc *ads = AR9300TXC_CONST(ds0); in ar9300_freebsd_fill_tx_desc() 783 qid, keyType, firstSeg, lastSeg, ds0); in ar9300_freebsd_fill_tx_desc() 788 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_freebsd_get_tx_completion_rates() argument 841 const struct ath_desc *ds0) in ar9300_freebsd_setup_last_tx_desc() argument
|
| H A D | ar9300_xmit_ds.c | 70 const void *ds0) in ar9300_fill_tx_desc() argument 112 ads->ds_ctl13 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl13); in ar9300_fill_tx_desc() 113 ads->ds_ctl14 = __bswap32(AR9300TXC_CONST(ds0)->ds_ctl14); in ar9300_fill_tx_desc() 116 ads->ds_ctl13 = AR9300TXC_CONST(ds0)->ds_ctl13; in ar9300_fill_tx_desc() 117 ads->ds_ctl14 = AR9300TXC_CONST(ds0)->ds_ctl14; in ar9300_fill_tx_desc()
|
| H A D | ar9300_stub_funcs.h | 190 const struct ath_desc *ds0); 196 const struct ath_desc *ds0, int *rates, int *tries);
|
| H A D | ar9300_stub_funcs.c | 1046 const struct ath_desc *ds0) in ar9300_Stub_FillTxDesc() argument 1078 const struct ath_desc *ds0, int *rates, int *tries) in ar9300_Stub_GetTxCompletionRates() argument
|
| H A D | ar9300desc.h | 515 HAL_BOOL last_seg, const void *ds0);
|