Searched refs:txRate2 (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
|
H A D | ar9300_freebsd.c | 767 u_int txRate2, u_int txTries2, in ar9300_freebsd_setup_x_tx_desc() argument 775 txRate2, txTries2, in ar9300_freebsd_setup_x_tx_desc()
|
H A D | ar9300_stub_funcs.h | 184 u_int txRate2, u_int txRetries2,
|
H A D | ar9300_stub_funcs.c | 1033 u_int txRate2, u_int txRetries2, in ar9300_Stub_SetupXTxDesc() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 762 u_int txRate2, u_int txTries2, in ar5212SetupXTxDesc() argument 775 HALASSERT(isValidTxRate(txRate2)); in ar5212SetupXTxDesc() 779 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5212SetupXTxDesc()
|
H A D | ar5212.h | 610 u_int txRate2, u_int txRetries2,
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 530 u_int txRate2, u_int txTries2, in ar5210SetupXTxDesc() argument 535 (void) txRate2; (void) txTries2; in ar5210SetupXTxDesc()
|
H A D | ar5210.h | 173 u_int txRate2, u_int txRetries2,
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 559 u_int txRate2, u_int txTries2, in ar5211SetupXTxDesc() argument 564 (void) txRate2; (void) txTries2; in ar5211SetupXTxDesc()
|
H A D | ar5211.h | 196 u_int txRate2, u_int txRetries2,
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 431 u_int txRate2, u_int txTries2, in ar5416SetupXTxDesc() argument 442 HALASSERT(isValidTxRate(txRate2)); in ar5416SetupXTxDesc() 444 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5416SetupXTxDesc()
|
H A D | ar5416.h | 379 u_int txRate2, u_int txRetries2,
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1297 u_int txRate2, u_int txTries2,
|