Home
last modified time | relevance | path

Searched refs:ts_rate (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dwmi.h72 u8 ts_rate; /* Also holds EP ID */ member
H A Dhtc_drv_txrx.c487 rate->idx = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_RATE); in ath9k_htc_tx_process()
620 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); in ath9k_htc_tx_get_packet()
771 MS(event->txs.ts_rate, ATH9K_HTC_TXSTAT_EPID)); in ath9k_htc_tx_cleanup_timer()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dwmi.h72 u8 ts_rate; /* Also holds EP ID */ member
H A Dhtc_drv_txrx.c492 rate->idx = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_RATE); in ath9k_htc_tx_process()
625 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); in ath9k_htc_tx_get_packet()
776 MS(event->txs.ts_rate, ATH9K_HTC_TXSTAT_EPID)); in ath9k_htc_tx_cleanup_timer()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2105 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local
2122 ts_rate = div64_long((s64)ICE_RL_PROF_FREQUENCY, in ice_sched_bw_to_rl_profile()
2124 if (ts_rate <= 0) in ice_sched_bw_to_rl_profile()
2129 ts_rate); in ice_sched_bw_to_rl_profile()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.c3145 s64 bytes_per_sec, ts_rate, mv_tmp; in ice_sched_bw_to_rl_profile() local
3163 ts_rate = div64_long((s64)hw->psm_clk_freq, in ice_sched_bw_to_rl_profile()
3165 if (ts_rate <= 0) in ice_sched_bw_to_rl_profile()
3170 ts_rate); in ice_sched_bw_to_rl_profile()

Completed in 14 milliseconds