Home
last modified time | relevance | path

Searched refs:rx_busy (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/athk/
H A Dhw.c167 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
172 common->cc_survey.rx_busy += busy; in ath_hw_cycle_counters_update()
H A Dath.h50 u32 rx_busy; member
/freebsd/tools/tools/ath/athsurvey/
H A Dathsurvey.c105 rx = (float) hs->samples[i].rx_busy * 100.0 / in process_survey_stats()
119 avg_rx += (uint64_t) hs->samples[i].rx_busy * 10000 / in process_survey_stats()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c116 if (pvc->rx_busy == 0) in vclient_input_delay()
351 if (pvc->rx_busy || pvc->tx_busy) in vclient_setup_buffers()
775 pvc->rx_busy = 1; in vclient_export_read_locked()
779 pvc->rx_busy = 0; in vclient_export_read_locked()
822 if (pvc->rx_busy) { in vclient_read()
849 pvc->rx_busy = 1; in vclient_read()
851 pvc->rx_busy = 0; in vclient_read()
862 pvc->rx_busy = 1; in vclient_read()
866 pvc->rx_busy = 0; in vclient_read()
H A Dint.h197 int rx_busy; member
/freebsd/sys/dev/ath/
H A Dif_ath_alq.h106 uint32_t rx_busy; member
H A Dif_ath_beacon.c418 hs.rx_busy, in ath_beacon_miss()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c241 hsample->rx_busy = rf - ahp->ah_rxBusy; in ar5416GetMibCycleCounts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c632 survey.rx_busy = anistats.rxframecnt_diff; in ar9300_ani_poll_freebsd()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h938 uint32_t rx_busy; member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1438 hsample->rx_busy = rf - ahp->ah_rxBusy; in ar5212GetMibCycleCounts()