Searched refs:rx_busy (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A 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()
|
H A D | ath.h | 47 u32 rx_busy; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A 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()
|
H A D | ath.h | 47 u32 rx_busy; member
|
/kernel/linux/linux-6.6/sound/soc/ux500/ |
H A D | ux500_msp_i2s.c | 419 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local 437 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open() 442 if (rx_busy && rx_sel) { in ux500_msp_i2s_open()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
H A D | ar9003_phy.c | 2155 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
H A D | ar9003_phy.c | 2146 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
|
/kernel/linux/linux-5.10/sound/soc/ux500/ |
H A D | ux500_msp_i2s.c | 436 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local 454 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open() 459 if (rx_busy && rx_sel) { in ux500_msp_i2s_open()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.c | 826 // rx_busy once the channel is disabled or before a new one is in hrz_close_rx() 937 clear_bit (rx_busy, &dev->flags); in rx_schedule() 1031 clear_bit (rx_busy, &dev->flags); in rx_schedule() 1032 PRINTD (DBG_RX, "cleared rx_busy for dev %p", dev); in rx_schedule() 1051 if (test_bit (rx_busy, &dev->flags)) { in rx_bus_master_complete_handler() 1245 if (test_and_set_bit (rx_busy, &dev->flags)) { in rx_data_av_handler() 1249 PRINTD (DBG_RX, "set rx_busy for dev %p", dev); in rx_data_av_handler() 1341 clear_bit (rx_busy, &dev->flags); in rx_data_av_handler() 1367 // rx_data_av as the former implies rx_busy and so the latter in interrupt_handler() 1369 // (continuing the same frame) then it will not clear rx_busy in interrupt_handler() [all...] |
H A D | horizon.h | 372 rx_busy, enumerator
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 662 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
|
H A D | debug.c | 720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 663 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
|
H A D | debug.c | 720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 859 u64 rx_page, rx_buf, rx_reuse, rx_alloc, rx_waive, rx_busy; in i40e_update_vsi_stats() local 897 rx_busy = 0; in i40e_update_vsi_stats() 935 rx_busy += p->rx_stats.page_busy_count; in i40e_update_vsi_stats() 967 vsi->rx_page_busy = rx_busy; in i40e_update_vsi_stats()
|
Completed in 36 milliseconds