Home
last modified time | relevance | path

Searched refs:txPower (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c389 uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower, in ath9k_hw_set11n_txdesc() argument
395 txPower += ahp->ah_txPowerIndexOffset; in ath9k_hw_set11n_txdesc()
396 if (txPower > 63) in ath9k_hw_set11n_txdesc()
397 txPower = 63; in ath9k_hw_set11n_txdesc()
401 SM(txPower, AR_XmitPower) | in ath9k_hw_set11n_txdesc()
H A Darn_ath9k.h1047 uint32_t pktLen, enum ath9k_pkt_type type, uint32_t txPower,
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h908 HAL_PKT_TYPE type, uint32_t txPower,