Home
last modified time | relevance | path

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

/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
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 Dmesh_hwmp.c333 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()
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()
H A Dieee80211_i.h2501 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
H A Dmlme.c4404 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument
4436 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify()
4447 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument
4449 ieee80211_sta_tx_wmm_ac_notify(sdata, hdr, tx_time); in ieee80211_sta_tx_notify()
/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
/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/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/
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/spi/
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/s390/net/
H A Dctcm_main.h125 unsigned long tx_time; member
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h45 u64 tx_time; member
/linux/include/net/bluetooth/
H A Dhci.h1822 __le16 tx_time;
1833 __le16 tx_time;
1839 __le16 tx_time;
1872 __le16 tx_time;
2961 __le16 tx_time;
1820 __le16 tx_time; global() member
1831 __le16 tx_time; global() member
1837 __le16 tx_time; global() member
1870 __le16 tx_time; global() member
2752 __le16 tx_time; global() member
/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/silabs/wfx/
H A Ddata_tx.c529 tx_info->status.tx_time = le32_to_cpu(arg->media_delay) - in wfx_tx_confirm_cb()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h2481 __le16 tx_time; member
/linux/net/bluetooth/
H A Dhci_event.c1949 hdev->le_def_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_def_data_len()
1970 hdev->le_def_tx_time = le16_to_cpu(sent->tx_time); in hci_cc_le_write_def_data_len()
2092 hdev->le_max_tx_time = le16_to_cpu(rp->tx_time); in hci_cc_le_read_max_data_len()
H A Dhci_sync.c4846 cp.tx_time = cpu_to_le16(hdev->le_max_tx_time); in hci_le_set_write_def_data_len_sync()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5859 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_mac_get_survey()
5860 mvm->radio_stats.tx_time; in iwl_mvm_mac_get_survey()
H A Dscan.c3639 info->time_tx = le32_to_cpu(notif->tx_time); in iwl_mvm_rx_channel_survey_notif()