Home
last modified time | relevance | path

Searched refs:ts_rate (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dwmi.h72 u8 ts_rate; /* Also holds EP ID */ member
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()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
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()