/linux-4.1.27/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 22 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_dump() local 81 tx_time = DIV_ROUND_CLOSEST(mg->duration[j], 1000); in minstrel_ht_stats_dump() 82 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump() 170 unsigned int j, tp_max, tp_avg, prob, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 226 tx_time = DIV_ROUND_CLOSEST(mg->duration[j], 1000); in minstrel_ht_stats_csv_dump() 227 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
|
D | rc80211_minstrel.c | 504 unsigned int tx_time = 0, tx_time_cts = 0, tx_time_rtscts = 0; in minstrel_rate_init() local 531 tx_time = mr->perfect_tx_time + mi->sp_ack_dur; in minstrel_rate_init() 540 tx_time += tx_time_single; in minstrel_rate_init() 549 } while ((tx_time < mp->segment_size) && in minstrel_rate_init()
|
D | rc80211_minstrel_ht.c | 786 unsigned int tx_time, tx_time_rtscts, tx_time_data; in minstrel_calc_retransmit() local 819 tx_time = ctime + 2 * (overhead + tx_time_data); in minstrel_calc_retransmit() 829 tx_time += ctime + overhead + tx_time_data; in minstrel_calc_retransmit() 834 } while ((tx_time < mp->segment_size) && in minstrel_calc_retransmit()
|
D | mesh_hwmp.c | 333 u32 tx_time, estimated_retx; in airtime_link_metric_get() local 349 tx_time = (device_constant + 10 * test_frame_len / rate); in airtime_link_metric_get() 351 result = (tx_time * estimated_retx) >> (2 * ARITH_SHIFT) ; in airtime_link_metric_get()
|
D | status.c | 775 acked, info->status.tx_time); in ieee80211_tx_status()
|
D | mlme.c | 2157 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument 2181 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify() 2191 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument 2193 ieee80211_sta_tx_wmm_ac_notify(sdata, hdr, tx_time); in ieee80211_sta_tx_notify()
|
D | ieee80211_i.h | 1861 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
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()
|
D | fwcmd.h | 301 __le32 tx_time; member
|
D | carl9170.h | 341 u64 tx_time; /* usec */ member
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 287 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-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 695 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single() 889 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg() 920 info->status.tx_time = tid_data->tx_time; in iwl_mvm_tx_info_from_ba_notif()
|
D | sta.h | 278 u16 tx_time; member
|
D | rx.c | 587 mvm->radio_stats.tx_time = le64_to_cpu(stats->general.tx_time); in iwl_mvm_handle_rx_statistics()
|
D | fw-api-stats.h | 275 __le64 tx_time; member
|
D | utils.c | 809 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
|
D | mvm.h | 622 u64 tx_time; member
|
D | mac80211.c | 3931 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey() 3932 mvm->radio_stats.tx_time; in iwl_mvm_mac_get_survey()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 1439 __le16 tx_time; member 1450 __le16 tx_time; member 1456 __le16 tx_time; member 1463 __le16 tx_time; member 1904 __le16 tx_time; member
|
/linux-4.1.27/drivers/s390/net/ |
D | ctcm_main.h | 123 unsigned long tx_time; member
|
D | ctcm_sysfs.c | 104 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
|
D | ctcm_fsms.c | 259 if (duration > ch->prof.tx_time) in chx_txdone() 260 ch->prof.tx_time = duration; in chx_txdone() 1236 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone() 1237 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
|
D | netiucv.c | 180 unsigned long tx_time; member 1746 return sprintf(buf, "%ld\n", priv->conn->prof.tx_time); in txtime_show() 1755 priv->conn->prof.tx_time = 0; in txtime_write()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 863 u16 tx_time; member
|
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 1321 hdev->le_def_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_def_data_len() 1340 hdev->le_def_tx_time = le16_to_cpu(sent->tx_time); in hci_cc_le_write_def_data_len() 1354 hdev->le_max_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_max_data_len()
|