Searched refs:ts_rate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.h | 72 u8 ts_rate; /* Also holds EP ID */ member
|
H A D | htc_drv_txrx.c | 487 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 D | wmi.h | 72 u8 ts_rate; /* Also holds EP ID */ member
|
H A D | htc_drv_txrx.c | 492 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 D | ice_sched.c | 2105 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 D | ice_sched.c | 3145 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