| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| 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()
|
| /drivers/net/wireless/ath/carl9170/ |
| 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()
|
| A D | fwcmd.h | 309 __le32 tx_time; member
|
| A D | carl9170.h | 344 u64 tx_time; /* usec */ member
|
| /drivers/net/wireless/ath/ath5k/ |
| 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()
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rx.c | 1113 mvm->radio_stats.tx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats() 1117 mvm->radio_stats.tx_time += in iwl_mvm_handle_rx_system_oper_part1_stats() 1118 le64_to_cpu(part1_stats->per_link[i].tx_time); in iwl_mvm_handle_rx_system_oper_part1_stats() 1149 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 1174 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 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() 1271 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 1272 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
|
| A D | tx.c | 1703 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single() 1909 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg() 2102 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif() 2186 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
|
| A D | sta.h | 268 u16 tx_time; member
|
| A D | utils.c | 493 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
|
| /drivers/net/wireless/realtek/rtw89/ |
| 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()
|
| A D | rtw8852a.h | 91 u16 tx_time; member 102 u16 tx_cnt, u16 period, u16 tx_time,
|
| /drivers/spi/ |
| A D | spi-sun4i.c | 211 unsigned int start, end, tx_time; in sun4i_spi_transfer_one() local 332 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one() 335 msecs_to_jiffies(tx_time)); in sun4i_spi_transfer_one() 341 jiffies_to_msecs(end - start), tx_time); in sun4i_spi_transfer_one()
|
| 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()
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | stats.h | 273 __le64 tx_time; member 302 __le64 tx_time; member 528 __le64 tx_time; member 659 __le64 tx_time; member 702 __le64 tx_time; member
|
| /drivers/net/ |
| 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()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt792x_mac.c | 227 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 232 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt792x_phy_update_channel() 247 state->cc_tx += tx_time; in mt792x_phy_update_channel()
|
| 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()
|
| /drivers/s390/net/ |
| A D | ctcm_main.h | 125 unsigned long tx_time; member
|
| A D | ctcm_sysfs.c | 106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
|
| A D | ctcm_fsms.c | 260 if (duration > ch->prof.tx_time) in chx_txdone() 261 ch->prof.tx_time = duration; in chx_txdone() 1231 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone() 1232 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_ptp_hw.c | 1894 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_eth56g() local 1923 err = ice_ptp_read_port_capture_eth56g(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_eth56g() 1931 if (tx_time != rx_time) in ice_read_phy_and_phc_time_eth56g() 1933 port, tx_time, rx_time); in ice_read_phy_and_phc_time_eth56g() 1935 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g() 3909 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e82x() local 3933 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e82x() 3941 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e82x() 3944 port, (unsigned long long)tx_time, in ice_read_phy_and_phc_time_e82x() 3947 *phy_time = tx_time; in ice_read_phy_and_phc_time_e82x()
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| 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()
|
| /drivers/net/wireless/microchip/wilc1000/ |
| A D | netdev.h | 45 u64 tx_time; member
|
| /drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | mac.c | 897 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local 924 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll() 943 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() 1910 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local 1916 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7615_phy_update_channel() 1930 state->cc_tx += tx_time; in mt7615_phy_update_channel()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mac.c | 32 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7925_mac_sta_poll() local 67 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7925_mac_sta_poll() 89 u32 tx_cur = tx_time[q]; in mt7925_mac_sta_poll()
|