/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | testmode.c | 255 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() argument 265 if (!tx_time) in mt7915_tm_set_tx_len() 325 tx_len = bitrate * tx_time / 10 / 8; in mt7915_tm_set_tx_len() 441 u32 tx_time = td->tx_time; in mt7915_tm_set_tx_frames() local 460 if (duty_cycle && tx_time && !ipg) { in mt7915_tm_set_tx_frames() 461 ipg = tx_time * 100 / duty_cycle - tx_time; in mt7915_tm_set_tx_frames() 462 } else if (duty_cycle && !tx_time && ipg) { in mt7915_tm_set_tx_frames() 464 tx_time in mt7915_tm_set_tx_frames() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | cmd.c | 185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick; in carl9170_collect_tally() 193 info->time_tx = ar->tally.tx_time; in carl9170_collect_tally()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | cmd.c | 185 ar->tally.tx_time += le32_to_cpu(tally.tx_time) / tick; in carl9170_collect_tally() 193 info->time_tx = ar->tally.tx_time; in carl9170_collect_tally()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel_ht_debugfs.c | 35 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 94 /* tx_time[rate(i)] in usec */ in minstrel_ht_stats_dump() 97 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_dump() 98 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump() 182 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 242 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_csv_dump() 243 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
|
H A D | rc80211_minstrel.c | 488 unsigned int tx_time = 0, tx_time_cts = 0, tx_time_rtscts = 0; in minstrel_rate_init() local 515 tx_time = mr->perfect_tx_time + mi->sp_ack_dur; in minstrel_rate_init() 524 tx_time += tx_time_single; in minstrel_rate_init() 533 } while ((tx_time < mp->segment_size) && in minstrel_rate_init()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rc80211_minstrel_ht_debugfs.c | 51 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 118 /* tx_time[rate(i)] in usec */ in minstrel_ht_stats_dump() 121 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_dump() 122 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump() 197 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 265 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_csv_dump() 266 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 288 u16 tx_time; in ath5k_hw_write_rate_duration() local 308 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, in ath5k_hw_write_rate_duration() 311 ath5k_hw_reg_write(ah, tx_time, reg); in ath5k_hw_write_rate_duration() 316 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, rate, true); in ath5k_hw_write_rate_duration() 317 ath5k_hw_reg_write(ah, tx_time, in ath5k_hw_write_rate_duration()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 288 u16 tx_time; in ath5k_hw_write_rate_duration() local 308 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, in ath5k_hw_write_rate_duration() 311 ath5k_hw_reg_write(ah, tx_time, reg); in ath5k_hw_write_rate_duration() 316 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, rate, true); in ath5k_hw_write_rate_duration() 317 ath5k_hw_reg_write(ah, tx_time, in ath5k_hw_write_rate_duration()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852a.h | 91 u16 tx_time; member 102 u16 tx_cnt, u16 period, u16 tx_time,
|
H A D | rtw8852b.h | 102 u16 tx_time; member 123 u16 tx_cnt, u16 period, u16 tx_time,
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-sun6i.c | 191 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local 324 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun6i_spi_transfer_one() 327 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one() 333 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
|
H A D | spi-sun4i.c | 210 unsigned int start, end, tx_time; in sun4i_spi_transfer_one() local 328 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one() 331 msecs_to_jiffies(tx_time)); in sun4i_spi_transfer_one() 337 jiffies_to_msecs(end - start), tx_time); in sun4i_spi_transfer_one()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sun4i.c | 210 unsigned int start, end, tx_time; in sun4i_spi_transfer_one() local 328 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one() 331 msecs_to_jiffies(tx_time)); in sun4i_spi_transfer_one() 337 jiffies_to_msecs(end - start), tx_time); in sun4i_spi_transfer_one()
|
H A D | spi-sun6i.c | 281 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local 489 tx_time = spi_controller_xfer_timeout(master, tfr); in sun6i_spi_transfer_one() 492 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one() 514 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 272 __le64 tx_time; member 301 __le64 tx_time; member 520 * @tx_time: usec the radio is transmitting. 531 __le64 tx_time; member 554 * @tx_time: usec the radio is transmitting. 574 __le64 tx_time; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 772 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 848 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 849 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 870 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 871 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 858 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 883 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 951 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 952 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 973 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 974 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 327 __le64 tx_time; member 356 __le64 tx_time; member 521 * @tx_time: usec the radio is transmitting. 541 __le64 tx_time; member
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | ntb_netdev.c | 65 static unsigned int tx_time = 1; variable 158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx() 236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_mac.c | 228 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 233 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt792x_phy_update_channel() 248 state->cc_tx += tx_time; in mt792x_phy_update_channel()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | ntb_netdev.c | 65 static unsigned int tx_time = 1; variable 158 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx() 236 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_main.h | 124 unsigned long tx_time; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_main.h | 125 unsigned long tx_time; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 110 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local 145 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll() 167 u32 tx_cur = tx_time[q]; in mt7915_mac_sta_poll() 839 info->status.tx_time = 0; in mt7915_tx_complete_status() 1094 u64 busy_time, tx_time, rx_time, obss_time; in mt7915_phy_update_channel() local 1098 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7915_phy_update_channel() 1108 state->cc_tx += tx_time; in mt7915_phy_update_channel()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mac.c | 42 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local 78 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll() 100 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll()
|