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
362 * 1Mbps. This will be corrected on tx_time computation. in airtime_link_metric_get()
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 Dieee80211_i.h2490 struct ieee80211_hdr *hdr, bool ack, u16 tx_time);
H A Dmlme.c4319 u16 tx_time) in ieee80211_sta_tx_wmm_ac_notify() argument
4351 tx_tspec->consumed_tx_time += tx_time; in ieee80211_sta_tx_wmm_ac_notify()
4362 struct ieee80211_hdr *hdr, bool ack, u16 tx_time) in ieee80211_sta_tx_notify() argument
4364 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
H A Dcarl9170.h344 u64 tx_time; /* usec */ member
/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/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/spi/
H A Dspi-sun4i.c211 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()
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/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/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/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1894 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_eth56g() local
1923 err = ice_ptp_read_port_capture_eth56g(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_eth56g()
1931 if (tx_time != rx_time) in ice_read_phy_and_phc_time_eth56g()
1933 port, tx_time, rx_time); in ice_read_phy_and_phc_time_eth56g()
1935 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g()
3909 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e82x() local
3933 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e82x()
3941 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e82x()
3944 port, (unsigned long long)tx_time, in ice_read_phy_and_phc_time_e82x()
3947 *phy_time = tx_time; in ice_read_phy_and_phc_time_e82x()
/linux/include/net/bluetooth/
H A Dhci.h1820 __le16 tx_time; member
1831 __le16 tx_time; member
1837 __le16 tx_time; member
1870 __le16 tx_time; member
2752 __le16 tx_time; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c489 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
/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.c4814 cp.tx_time = cpu_to_le16(hdev->le_max_tx_time); in hci_le_set_write_def_data_len_sync()