/linux/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 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() 196 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 264 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_csv_dump() 265 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
|
H A D | mesh_hwmp.c | 333 u32 tx_time, estimated_retx; in airtime_link_metric_get() local 364 tx_time = (device_constant + 10 * test_frame_len / rate); in airtime_link_metric_get() 366 result = ((u64)tx_time * estimated_retx) >> (2 * ARITH_SHIFT); in airtime_link_metric_get()
|
H A D | rc80211_minstrel_ht.c | 1386 unsigned int tx_time, tx_time_rtscts, tx_time_data; in minstrel_calc_retransmit() local 1421 tx_time = ctime + 2 * (overhead + tx_time_data); in minstrel_calc_retransmit() 1431 tx_time += ctime + overhead + tx_time_data; in minstrel_calc_retransmit() 1436 } while ((tx_time < mp->segment_size) && in minstrel_calc_retransmit()
|
/linux/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() 443 u32 tx_time = td->tx_time; in mt7915_tm_set_tx_frames() local 462 if (duty_cycle && tx_time && !ipg) { in mt7915_tm_set_tx_frames() 463 ipg = tx_time * 100 / duty_cycle - tx_time; in mt7915_tm_set_tx_frames() 464 } else if (duty_cycle && !tx_time && ipg) { in mt7915_tm_set_tx_frames() 466 tx_time = duty_cycle * ipg / (100 - duty_cycle); in mt7915_tm_set_tx_frames() 470 mt7915_tm_set_tx_len(phy, tx_time); in mt7915_tm_set_tx_frames()
|
/linux/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()
|
H A D | fwcmd.h | 309 __le32 tx_time; member
|
/linux/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_common.h | 102 u16 tx_time; member 130 u16 tx_cnt, u16 period, u16 tx_time, 234 u16 tx_cnt, u16 period, u16 tx_time, in rtw8852bx_bb_set_pmac_pkt_tx() argument 237 rtw8852bx_info.bb_set_pmac_pkt_tx(rtwdev, enable, tx_cnt, period, tx_time, idx, in rtw8852bx_bb_set_pmac_pkt_tx()
|
/linux/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()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 1091 mvm->radio_stats.tx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats() 1095 mvm->radio_stats.tx_time += in iwl_mvm_handle_rx_system_oper_part1_stats() 1096 le64_to_cpu(part1_stats->per_link[i].tx_time); in iwl_mvm_handle_rx_system_oper_part1_stats() 1127 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 1152 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 1227 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 1228 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 1249 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 1250 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
|
H A D | tx.c | 1814 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single() 2018 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg() 2209 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif() 2294 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
|
H A D | sta.h | 271 u16 tx_time; member
|
/linux/drivers/spi/ |
H A D | spi-sun4i.c | 211 unsigned int start, end, tx_time; in sun4i_spi_transfer_one() local 329 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one() 332 msecs_to_jiffies(tx_time)); in sun4i_spi_transfer_one() 338 jiffies_to_msecs(end - start), tx_time); in sun4i_spi_transfer_one()
|
H A D | spi-sun6i.c | 282 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local 490 tx_time = spi_controller_xfer_timeout(host, tfr); in sun6i_spi_transfer_one() 493 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one() 515 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 273 __le64 tx_time; member 302 __le64 tx_time; member 528 __le64 tx_time; member 656 __le64 tx_time; member 699 __le64 tx_time; member
|
/linux/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()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_mac.c | 230 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 235 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt792x_phy_update_channel() 250 state->cc_tx += tx_time; in mt792x_phy_update_channel()
|
H A D | testmode.c | 474 td->tx_time = nla_get_u32(tb[MT76_TM_ATTR_TX_TIME]); in mt76_testmode_cmd() 638 nla_put_u32(msg, MT76_TM_ATTR_TX_TIME, td->tx_time)) || in mt76_testmode_dump()
|
/linux/drivers/s390/net/ |
H A D | ctcm_main.h | 125 unsigned long tx_time; member
|
H A D | ctcm_sysfs.c | 106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.h | 45 u64 tx_time; member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mac.c | 43 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local 81 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll() 103 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll()
|
/linux/include/net/bluetooth/ |
H A D | hci.h | 1760 __le16 tx_time; member 1771 __le16 tx_time; member 1777 __le16 tx_time; member 1810 __le16 tx_time; member 2638 __le16 tx_time; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 2330 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_eth56g() local 2354 err = ice_ptp_read_port_capture_eth56g(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_eth56g() 2362 if (tx_time != rx_time) in ice_read_phy_and_phc_time_eth56g() 2364 port, tx_time, rx_time); in ice_read_phy_and_phc_time_eth56g() 2366 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g() 4419 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e82x() local 4443 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e82x() 4451 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e82x() 4454 port, (unsigned long long)tx_time, in ice_read_phy_and_phc_time_e82x() 4457 *phy_time = tx_time; in ice_read_phy_and_phc_time_e82x()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.c | 904 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local 931 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll() 950 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() 1921 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local 1927 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7615_phy_update_channel() 1941 state->cc_tx += tx_time; in mt7615_phy_update_channel()
|