Home
last modified time | relevance | path

Searched refs:tx_time (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.3-rc2/net/mac80211/
A Drc80211_minstrel_ht_debugfs.c51 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local
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()
A Dmesh_hwmp.c331 u32 tx_time, estimated_retx; in airtime_link_metric_get() local
362 tx_time = (device_constant + 10 * test_frame_len / rate); in airtime_link_metric_get()
364 result = ((u64)tx_time * estimated_retx) >> (2 * ARITH_SHIFT); in airtime_link_metric_get()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dtestmode.c255 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 = duty_cycle * ipg / (100 - duty_cycle); in mt7915_tm_set_tx_frames()
468 mt7915_tm_set_tx_len(phy, tx_time); in mt7915_tm_set_tx_frames()
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dcmd.c185 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()
A Dfwcmd.h309 __le32 tx_time; member
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Drtw8852a.h91 u16 tx_time; member
102 u16 tx_cnt, u16 period, u16 tx_time,
A Drtw8852b.h102 u16 tx_time; member
123 u16 tx_cnt, u16 period, u16 tx_time,
A Dcoex.c3637 u32 tx_time; member
3655 u32 tx_time = iter_data->tx_time; in rtw89_tx_time_iter() local
3695 __func__, tx_time, tx_retry); in rtw89_tx_time_iter()
3715 u32 tx_time; in _set_wl_tx_limit() local
3730 tx_time = BTC_MAX_TX_TIME_DEF; in _set_wl_tx_limit()
3734 tx_time = BTC_MAX_TX_TIME_L2; in _set_wl_tx_limit()
3738 tx_time = BTC_MAX_TX_TIME_L3; in _set_wl_tx_limit()
3742 tx_time = BTC_MAX_TX_TIME_DEF; in _set_wl_tx_limit()
3747 dm->wl_tx_limit.tx_time == tx_time && in _set_wl_tx_limit()
3755 dm->wl_tx_limit.tx_time = tx_time; in _set_wl_tx_limit()
[all …]
A Dmac.h1095 bool resume, u32 tx_time);
1097 u32 *tx_time);
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dpcu.c288 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()
/linux-6.3-rc2/drivers/spi/
A Dspi-sun4i.c210 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()
A Dspi-sun6i.c260 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local
425 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun6i_spi_transfer_one()
428 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one()
434 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drx.c855 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()
880 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()
948 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
949 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
970 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
971 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
A Dsta.h271 u16 tx_time; member
A Dtx.c1640 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single()
1842 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg()
2031 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()
2104 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dstats.h272 __le64 tx_time; member
301 __le64 tx_time; member
531 __le64 tx_time; member
574 __le64 tx_time; member
/linux-6.3-rc2/drivers/net/
A Dntb_netdev.c65 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()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c59 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local
95 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll()
117 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll()
819 u64 busy_time, tx_time, rx_time, obss_time; in mt7921_phy_update_channel() local
824 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7921_phy_update_channel()
839 state->cc_tx += tx_time; in mt7921_phy_update_channel()
/linux-6.3-rc2/drivers/s390/net/
A Dctcm_main.h124 unsigned long tx_time; member
A Dctcm_sysfs.c106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
/linux-6.3-rc2/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.h36 u64 tx_time; member
/linux-6.3-rc2/include/net/bluetooth/
A Dhci.h1793 __le16 tx_time; member
1804 __le16 tx_time; member
1810 __le16 tx_time; member
1843 __le16 tx_time; member
2670 __le16 tx_time; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dtestmode.c473 td->tx_time = nla_get_u32(tb[MT76_TM_ATTR_TX_TIME]); in mt76_testmode_cmd()
637 nla_put_u32(msg, MT76_TM_ATTR_TX_TIME, td->tx_time)) || in mt76_testmode_dump()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ptp_hw.c2169 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e822() local
2193 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e822()
2201 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e822()
2204 port, (unsigned long long)tx_time, in ice_read_phy_and_phc_time_e822()
2207 *phy_time = tx_time; in ice_read_phy_and_phc_time_e822()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c908 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local
932 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll()
951 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll()
1947 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local
1953 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7615_phy_update_channel()
1967 state->cc_tx += tx_time; in mt7615_phy_update_channel()

Completed in 75 milliseconds

12