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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c218 ar5416GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) argument
240 hsample->cycle_count = cc - ahp->ah_cycleCount;
241 hsample->chan_busy = rc - ahp->ah_ctlBusy;
242 hsample->ext_chan_busy = ec - ahp->ah_extBusy;
243 hsample->rx_busy = rf - ahp->ah_rxBusy;
244 hsample->tx_busy = tf - ahp->ah_txBusy;
H A Dar5416.h242 HAL_SURVEY_SAMPLE *hsample);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1416 ar5212GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) argument
1437 hsample->cycle_count = cc - ahp->ah_cycleCount;
1438 hsample->chan_busy = rc - ahp->ah_ctlBusy;
1439 hsample->ext_chan_busy = 0;
1440 hsample->rx_busy = rf - ahp->ah_rxBusy;
1441 hsample->tx_busy = tf - ahp->ah_txBusy;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c677 ar5210GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c715 ar5211GetMibCycleCounts(struct ath_hal *ah, HAL_SURVEY_SAMPLE *hsample) argument

Completed in 48 milliseconds