Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.h42 u_int txRate2, u_int txTries2, u_int txRate3, u_int txTries3);
HDar9300_freebsd.c768 u_int txRate3, u_int txTries3) in ar9300_freebsd_setup_x_tx_desc() argument
776 txRate3, txTries3); in ar9300_freebsd_setup_x_tx_desc()
HDar9300_stub_funcs.h185 u_int txRate3, u_int txRetries3);
HDar9300_stub_funcs.c1034 u_int txRate3, u_int txRetries3) in ar9300_Stub_SetupXTxDesc() argument
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c763 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()
HDar5212.h611 u_int txRate3, u_int txRetries3);
/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c531 u_int txRate3, u_int txTries3) in ar5210SetupXTxDesc() argument
536 (void) txRate3; (void) txTries3; in ar5210SetupXTxDesc()
HDar5210.h174 u_int txRate3, u_int txRetries3);
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c560 u_int txRate3, u_int txTries3) in ar5211SetupXTxDesc() argument
565 (void) txRate3; (void) txTries3; in ar5211SetupXTxDesc()
HDar5211.h197 u_int txRate3, u_int txRetries3);
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c432 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()
HDar5416.h380 u_int txRate3, u_int txRetries3);
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h1298 u_int txRate3, u_int txTries3);