Searched refs:rx_busy (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ |
D | hw.c | 167 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()
|
D | ath.h | 47 u32 rx_busy; member
|
/Linux-v4.19/sound/soc/ux500/ |
D | ux500_msp_i2s.c | 439 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local 457 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open() 462 if (rx_busy && rx_sel) { in ux500_msp_i2s_open()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | link.c | 528 survey->time_busy += cc->rx_busy / div; in ath_update_survey_stats() 537 ret = cc->rx_busy * 100 / cc->cycles; in ath_update_survey_stats()
|
D | ar9003_phy.c | 2173 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
|
/Linux-v4.19/drivers/atm/ |
D | horizon.h | 387 rx_busy, enumerator
|
D | horizon.c | 952 clear_bit (rx_busy, &dev->flags); in rx_schedule() 1046 clear_bit (rx_busy, &dev->flags); in rx_schedule() 1066 if (test_bit (rx_busy, &dev->flags)) { in rx_bus_master_complete_handler() 1260 if (test_and_set_bit (rx_busy, &dev->flags)) { in rx_data_av_handler() 1356 clear_bit (rx_busy, &dev->flags); in rx_data_av_handler()
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 664 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
|
D | debug.c | 739 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
|