Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.h41 struct ath_desc *ds, u_int txRate1, u_int txTries1,
HDar9300_freebsd.c545 u_int txRate1, u_int txTries1, in ar9300_freebsd_setup_x_tx_desc() argument
553 txRate1, txTries1, in ar9300_freebsd_setup_x_tx_desc()
HDar9300_stub_funcs.h183 u_int txRate1, u_int txRetries1,
HDar9300_stub_funcs.c1036 u_int txRate1, u_int txRetries1, in ar9300_Stub_SetupXTxDesc() argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_xmit.c762 u_int txRate1, u_int txTries1, in ar5212SetupXTxDesc() argument
769 HALASSERT(isValidTxRate(txRate1)); in ar5212SetupXTxDesc()
773 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5212SetupXTxDesc()
HDar5212.h607 u_int txRate1, u_int txRetries1,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_xmit.c529 u_int txRate1, u_int txTries1, in ar5210SetupXTxDesc() argument
534 (void) txRate1; (void) txTries1; in ar5210SetupXTxDesc()
HDar5210.h172 u_int txRate1, u_int txRetries1,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_xmit.c559 u_int txRate1, u_int txTries1, in ar5211SetupXTxDesc() argument
564 (void) txRate1; (void) txTries1; in ar5211SetupXTxDesc()
HDar5211.h195 u_int txRate1, u_int txRetries1,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_xmit.c429 u_int txRate1, u_int txTries1, in ar5416SetupXTxDesc() argument
436 HALASSERT(isValidTxRate(txRate1)); in ar5416SetupXTxDesc()
438 ads->ds_ctl3 |= (txRate1 << AR_XmitRate1_S); in ar5416SetupXTxDesc()
HDar5416.h383 u_int txRate1, u_int txRetries1,
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.h1405 u_int txRate1, u_int txTries1,