Searched refs:txRate3 (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 | 768 u_int txRate3, u_int txTries3) in ar9300_freebsd_setup_x_tx_desc() argument 776 txRate3, txTries3); in ar9300_freebsd_setup_x_tx_desc()
|
H A D | ar9300_stub_funcs.h | 185 u_int txRate3, u_int txRetries3);
|
H A D | ar9300_stub_funcs.c | 1034 u_int txRate3, u_int txRetries3) in ar9300_Stub_SetupXTxDesc() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 763 u_int txRate3, u_int txTries3) in ar5212SetupXTxDesc() argument 782 HALASSERT(isValidTxRate(txRate3)); in ar5212SetupXTxDesc() 786 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5212SetupXTxDesc()
|
H A D | ar5212.h | 611 u_int txRate3, u_int txRetries3);
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 531 u_int txRate3, u_int txTries3) in ar5210SetupXTxDesc() argument 536 (void) txRate3; (void) txTries3; in ar5210SetupXTxDesc()
|
H A D | ar5210.h | 174 u_int txRate3, u_int txRetries3);
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 560 u_int txRate3, u_int txTries3) in ar5211SetupXTxDesc() argument 565 (void) txRate3; (void) txTries3; in ar5211SetupXTxDesc()
|
H A D | ar5211.h | 197 u_int txRate3, u_int txRetries3);
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 432 u_int txRate3, u_int txTries3) in ar5416SetupXTxDesc() argument 447 HALASSERT(isValidTxRate(txRate3)); in ar5416SetupXTxDesc() 449 ads->ds_ctl3 |= (txRate3 << AR_XmitRate3_S); in ar5416SetupXTxDesc()
|
H A D | ar5416.h | 380 u_int txRate3, u_int txRetries3);
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1298 u_int txRate3, u_int txTries3);
|