Home
last modified time | relevance | path

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

12

/linux/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c51 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()
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 Drc80211_minstrel_ht.c1386 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 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()
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 in mt7915_tm_set_tx_frames()
[all...]
H A Dmac.c101 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local
141 tx_time[i] = 0; in mt7915_mac_sta_poll()
143 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll()
169 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll()
/linux/drivers/net/wireless/ath/carl9170/
H 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()
H A Dfwcmd.h309 __le32 tx_time; member
H A Dcarl9170.h344 u64 tx_time; /* usec */ member
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.h91 u16 tx_time; member
102 u16 tx_cnt, u16 period, u16 tx_time,
H A Drtw8852b_common.h102 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 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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c1113 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()
[all...]
H A Dutils.c493 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
/linux/drivers/spi/
H A Dspi-sun4i.c211 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()
H A Dspi-sun6i.c282 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 Dstats.h273 __le64 tx_time; member
302 __le64 tx_time; member
520 * @tx_time: tx time
528 __le64 tx_time; member
648 * @tx_time: usec the radio is transmitting.
659 __le64 tx_time; member
682 * @tx_time: usec the radio is transmitting.
702 __le64 tx_time; member
/linux/drivers/net/
H 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/drivers/s390/net/
H A Dctcm_main.h125 unsigned long tx_time; member
H A Dctcm_sysfs.c106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
H A Dctcm_fsms.c260 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()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h45 u64 tx_time; member
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c43 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/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1894 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()
1932 dev_warn(ice_hw_to_dev(hw), "PHY port %u Tx and Rx timers do not match, tx_time 0x%016llX, rx_time 0x%016llX\n", 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()
3943 "PHY port %u Tx and Rx timers do not match, tx_time in ice_read_phy_and_phc_time_e82x()
[all...]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c474 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/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c897 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()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c32 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()

12