Searched refs:tx_time (Results 1 – 8 of 8) sorted by relevance
| /net/mac80211/ |
| 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()
|
| 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()
|
| 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()
|
| A D | status.c | 1174 acked, info->status.tx_time); in ieee80211_tx_status_ext()
|
| A D | ieee80211_i.h | 2490 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
|
| A D | mlme.c | 4289 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument 4321 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify() 4332 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument 4334 ieee80211_sta_tx_wmm_ac_notify(sdata, hdr, tx_time); in ieee80211_sta_tx_notify()
|
| /net/bluetooth/ |
| A D | hci_event.c | 1945 hdev->le_def_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_def_data_len() 1966 hdev->le_def_tx_time = le16_to_cpu(sent->tx_time); in hci_cc_le_write_def_data_len() 2088 hdev->le_max_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_max_data_len()
|
| A D | hci_sync.c | 4782 cp.tx_time = cpu_to_le16(hdev->le_max_tx_time); in hci_le_set_write_def_data_len_sync()
|
Completed in 66 milliseconds