Searched refs:txRate1 (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 41 struct ath_desc *ds, u_int txRate1, u_int txTries1,
|
H A D | ar9300_freebsd.c | 766 u_int txRate1, u_int txTries1, in ar9300_freebsd_setup_x_tx_desc() argument 774 txRate1, txTries1, in ar9300_freebsd_setup_x_tx_desc()
|
H A D | ar9300_stub_funcs.h | 183 u_int txRate1, u_int txRetries1,
|
H A D | ar9300_stub_funcs.c | 1032 u_int txRate1, u_int txRetries1, in ar9300_Stub_SetupXTxDesc() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 761 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument 768 HALASSERT(isValidTxRate(txRate1)); in ar5212SetupXTxDesc() 772 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5212SetupXTxDesc()
|
H A D | ar5212.h | 609 u_int txRate1, u_int txRetries1,
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 529 u_int txRate1, u_int txTries1, in ar5210SetupXTxDesc() argument 534 (void) txRate1; (void) txTries1; in ar5210SetupXTxDesc()
|
H A D | ar5210.h | 172 u_int txRate1, u_int txRetries1,
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 558 u_int txRate1, u_int txTries1, in ar5211SetupXTxDesc() argument 563 (void) txRate1; (void) txTries1; in ar5211SetupXTxDesc()
|
H A D | ar5211.h | 195 u_int txRate1, u_int txRetries1,
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 430 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument 437 HALASSERT(isValidTxRate(txRate1)); in ar5416SetupXTxDesc() 439 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5416SetupXTxDesc()
|
H A D | ar5416.h | 378 u_int txRate1, u_int txRetries1,
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1296 u_int txRate1, u_int txTries1,
|