Home
last modified time | relevance | path

Searched refs:hsample (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_misc.c216 ar5416GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) in ar5416GetMibCycleCounts() argument
238 hsample->cycle_count = cc - ahp->ah_cycleCount; in ar5416GetMibCycleCounts()
239 hsample->chan_busy = rc - ahp->ah_ctlBusy; in ar5416GetMibCycleCounts()
240 hsample->ext_chan_busy = ec - ahp->ah_extBusy; in ar5416GetMibCycleCounts()
241 hsample->rx_busy = rf - ahp->ah_rxBusy; in ar5416GetMibCycleCounts()
242 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5416GetMibCycleCounts()
HDar5416.h246 HAL_SURVEY_SAMPLE *hsample);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c1415 ar5212GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) in ar5212GetMibCycleCounts() argument
1436 hsample->cycle_count = cc - ahp->ah_cycleCount; in ar5212GetMibCycleCounts()
1437 hsample->chan_busy = rc - ahp->ah_ctlBusy; in ar5212GetMibCycleCounts()
1438 hsample->ext_chan_busy = 0; in ar5212GetMibCycleCounts()
1439 hsample->rx_busy = rf - ahp->ah_rxBusy; in ar5212GetMibCycleCounts()
1440 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5212GetMibCycleCounts()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c668 ar5210GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) in ar5210GetMibCycleCounts() argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c707 ar5211GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) in ar5211GetMibCycleCounts() argument