Home
last modified time | relevance | path

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

/net/mac80211/
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()
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()
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()
Dstatus.c1158 acked, info->status.tx_time); in ieee80211_tx_status_ext()
Dmlme.c3105 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument
3136 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify()
3146 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument
3148 ieee80211_sta_tx_wmm_ac_notify(sdata, hdr, tx_time); in ieee80211_sta_tx_notify()
Dieee80211_i.h2357 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
/net/bluetooth/
Dhci_event.c1938 hdev->le_def_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_def_data_len()
1959 hdev->le_def_tx_time = le16_to_cpu(sent->tx_time); in hci_cc_le_write_def_data_len()
2081 hdev->le_max_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_max_data_len()
Dhci_sync.c4553 cp.tx_time = cpu_to_le16(hdev->le_max_tx_time); in hci_le_set_write_def_data_len_sync()