Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/mac80211/
Drc80211_minstrel_ht_debugfs.c22 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local
82 tx_time = DIV_ROUND_CLOSEST(mg->duration[j], 1000); in minstrel_ht_stats_dump()
83 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump()
168 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local
225 tx_time = DIV_ROUND_CLOSEST(mg->duration[j], 1000); in minstrel_ht_stats_csv_dump()
226 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
Drc80211_minstrel.c511 unsigned int tx_time = 0, tx_time_cts = 0, tx_time_rtscts = 0; in minstrel_rate_init() local
538 tx_time = mr->perfect_tx_time + mi->sp_ack_dur; in minstrel_rate_init()
547 tx_time += tx_time_single; in minstrel_rate_init()
556 } while ((tx_time < mp->segment_size) && in minstrel_rate_init()
Drc80211_minstrel_ht.c768 unsigned int tx_time, tx_time_rtscts, tx_time_data; in minstrel_calc_retransmit() local
801 tx_time = ctime + 2 * (overhead + tx_time_data); in minstrel_calc_retransmit()
811 tx_time += ctime + overhead + tx_time_data; in minstrel_calc_retransmit()
816 } while ((tx_time < mp->segment_size) && in minstrel_calc_retransmit()
Dmesh_hwmp.c324 u32 tx_time, estimated_retx; in airtime_link_metric_get() local
353 tx_time = (device_constant + 10 * test_frame_len / rate); in airtime_link_metric_get()
355 result = (tx_time * estimated_retx) >> (2 * ARITH_SHIFT); in airtime_link_metric_get()
Dstatus.c819 acked, info->status.tx_time); in __ieee80211_tx_status()
Dmlme.c2339 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument
2363 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify()
2373 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument
2375 ieee80211_sta_tx_wmm_ac_notify(sdata, hdr, tx_time); in ieee80211_sta_tx_notify()
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
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()
Dfwcmd.h309 __le32 tx_time; member
Dcarl9170.h341 u64 tx_time; /* usec */ member
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dpcu.c287 u16 tx_time; in ath5k_hw_write_rate_duration() local
307 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, in ath5k_hw_write_rate_duration()
310 ath5k_hw_reg_write(ah, tx_time, reg); in ath5k_hw_write_rate_duration()
315 tx_time = ath5k_hw_get_frame_duration(ah, band, 10, rate, true); in ath5k_hw_write_rate_duration()
316 ath5k_hw_reg_write(ah, tx_time, in ath5k_hw_write_rate_duration()
/Linux-v4.19/drivers/spi/
Dspi-sun4i.c214 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()
Dspi-sun6i.c206 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local
331 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun6i_spi_transfer_one()
334 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one()
340 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
/Linux-v4.19/drivers/net/
Dntb_netdev.c65 static unsigned int tx_time = 1; variable
161 mod_timer(&dev->tx_timer, jiffies + usecs_to_jiffies(tx_time)); in __ntb_netdev_maybe_stop_tx()
239 mod_timer(&dev->tx_timer, jiffies + msecs_to_jiffies(tx_time)); in ntb_netdev_tx_timer()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h327 __le64 tx_time; member
356 __le64 tx_time; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c760 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
761 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
781 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
782 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
Dsta.h334 u16 tx_time; member
Dtx.c1476 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single()
1665 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg()
1830 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()
1894 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
Dutils.c997 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
Dmvm.h827 u64 tx_time; member
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h41 u64 tx_time; member
/Linux-v4.19/drivers/s390/net/
Dctcm_main.h124 unsigned long tx_time; member
Dctcm_sysfs.c105 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
Dctcm_fsms.c260 if (duration > ch->prof.tx_time) in chx_txdone()
261 ch->prof.tx_time = duration; in chx_txdone()
1237 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone()
1238 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
Dnetiucv.c165 unsigned long tx_time; member
1707 return sprintf(buf, "%ld\n", priv->conn->prof.tx_time); in txtime_show()
1716 priv->conn->prof.tx_time = 0; in txtime_write()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1500 __le16 tx_time; member
1511 __le16 tx_time; member
1517 __le16 tx_time; member
1534 __le16 tx_time; member
2127 __le16 tx_time; member

12