Home
last modified time | relevance | path

Searched refs:txRate2 (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.h42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
HDar9300_freebsd.c546 u_int txRate2, u_int txTries2, in ar9300_freebsd_setup_x_tx_desc() argument
554 txRate2, txTries2, in ar9300_freebsd_setup_x_tx_desc()
HDar9300_stub_funcs.h184 u_int txRate2, u_int txRetries2,
HDar9300_stub_funcs.c1033 u_int txRate2, u_int txRetries2, in ar9300_Stub_SetupXTxDesc() argument
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c763 u_int txRate2, u_int txTries2, in ar5212SetupXTxDesc() argument
776 HALASSERT(isValidTxRate(txRate2)); in ar5212SetupXTxDesc()
780 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5212SetupXTxDesc()
HDar5212.h608 u_int txRate2, u_int txRetries2,
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c530 u_int txRate2, u_int txTries2, in ar5210SetupXTxDesc() argument
535 (void) txRate2; (void) txTries2; in ar5210SetupXTxDesc()
HDar5210.h173 u_int txRate2, u_int txRetries2,
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c560 u_int txRate2, u_int txTries2, in ar5211SetupXTxDesc() argument
565 (void) txRate2; (void) txTries2; in ar5211SetupXTxDesc()
HDar5211.h196 u_int txRate2, u_int txRetries2,
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c430 u_int txRate2, u_int txTries2, in ar5416SetupXTxDesc() argument
441 HALASSERT(isValidTxRate(txRate2)); in ar5416SetupXTxDesc()
443 ads->ds_ctl3 |= (txRate2 << AR_XmitRate2_S); in ar5416SetupXTxDesc()
HDar5416.h384 u_int txRate2, u_int txRetries2,
/NextBSD/sys/dev/ath/ath_hal/
HDah.h1406 u_int txRate2, u_int txTries2,