| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_thermal.c | 28 u8 num_ampdu = 0, tx_time = 0; in rtw_hal_thermal_protect_cfg_tx_ampdu() local 31 tx_time = 0xA5; in rtw_hal_thermal_protect_cfg_tx_ampdu() 33 tx_time = 0xAB; in rtw_hal_thermal_protect_cfg_tx_ampdu() 44 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu() 47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_thermal.c | 28 u8 num_ampdu = 0, tx_time = 0; in rtw_hal_thermal_protect_cfg_tx_ampdu() local 31 tx_time = 0xA5; in rtw_hal_thermal_protect_cfg_tx_ampdu() 33 tx_time = 0xAB; in rtw_hal_thermal_protect_cfg_tx_ampdu() 44 hsts = rtw_hal_mac_set_hw_ampdu_cfg(hal_info, 0, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu() 47 __FUNCTION__, sta->asoc_cap.num_ampdu_bk, num_ampdu, tx_time); in rtw_hal_thermal_protect_cfg_tx_ampdu()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | rc80211_minstrel_ht_debugfs.c | 35 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 97 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_dump() 98 p += sprintf(p, "%6u ", tx_time); in minstrel_ht_stats_dump() 182 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 242 tx_time = DIV_ROUND_CLOSEST(duration, 1000); in minstrel_ht_stats_csv_dump() 243 p += sprintf(p, "%u,", tx_time); in minstrel_ht_stats_csv_dump()
|
| H A D | rc80211_minstrel.c | 488 unsigned int tx_time = 0, tx_time_cts = 0, tx_time_rtscts = 0; in minstrel_rate_init() local 515 tx_time = mr->perfect_tx_time + mi->sp_ack_dur; in minstrel_rate_init() 524 tx_time += tx_time_single; in minstrel_rate_init() 533 } while ((tx_time < mp->segment_size) && in minstrel_rate_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_tx.c | 48 PHL_INFO("%s: tx time: %d\n", __FUNCTION__, arg->tx_time); in rtw_hal_mp_tx_pmac_packet() 55 arg->tx_time, in rtw_hal_mp_tx_pmac_packet() 91 PHL_INFO("%s: tx duty: %d\n", __FUNCTION__, arg->tx_time); in rtw_hal_mp_tx_pmac_fw_trigger() 97 (u8)arg->tx_time, in rtw_hal_mp_tx_pmac_fw_trigger()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_tx.c | 48 PHL_INFO("%s: tx time: %d\n", __FUNCTION__, arg->tx_time); in rtw_hal_mp_tx_pmac_packet() 55 arg->tx_time, in rtw_hal_mp_tx_pmac_packet() 91 PHL_INFO("%s: tx duty: %d\n", __FUNCTION__, arg->tx_time); in rtw_hal_mp_tx_pmac_fw_trigger() 97 (u8)arg->tx_time, in rtw_hal_mp_tx_pmac_fw_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_pmac_setting_ex.h | 42 u16 tx_time; // us member 51 u8 tx_time[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_pmac_setting_ex.h | 42 u16 tx_time; // us member 51 u8 tx_time[4]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | pcu.c | 288 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | cmac_tx.c | 1572 struct mac_ax_max_tx_time *tx_time) in mac_set_cctl_max_tx_time() argument 1582 role = mac_role_srch(adapter, tx_time->macid); in mac_set_cctl_max_tx_time() 1585 __func__, tx_time->macid); in mac_set_cctl_max_tx_time() 1589 max_tx_time = tx_time->max_tx_time == 0 ? in mac_set_cctl_max_tx_time() 1590 MAC_AX_DFLT_TX_TIME : tx_time->max_tx_time; in mac_set_cctl_max_tx_time() 1592 if (tx_time->is_cctrl) { in mac_set_cctl_max_tx_time() 1597 ret = mac_upd_cctl_info(adapter, &info, &msk, tx_time->macid, 1); in mac_set_cctl_max_tx_time() 1624 struct mac_ax_max_tx_time *tx_time) in mac_get_max_tx_time() argument 1632 role = mac_role_srch(adapter, tx_time->macid); in mac_get_max_tx_time() 1635 __func__, tx_time->macid); in mac_get_max_tx_time() [all …]
|
| H A D | cmac_tx.h | 654 struct mac_ax_max_tx_time *tx_time); 676 struct mac_ax_max_tx_time *tx_time);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | cmac_tx.c | 1572 struct mac_ax_max_tx_time *tx_time) in mac_set_cctl_max_tx_time() argument 1582 role = mac_role_srch(adapter, tx_time->macid); in mac_set_cctl_max_tx_time() 1585 __func__, tx_time->macid); in mac_set_cctl_max_tx_time() 1589 max_tx_time = tx_time->max_tx_time == 0 ? in mac_set_cctl_max_tx_time() 1590 MAC_AX_DFLT_TX_TIME : tx_time->max_tx_time; in mac_set_cctl_max_tx_time() 1592 if (tx_time->is_cctrl) { in mac_set_cctl_max_tx_time() 1597 ret = mac_upd_cctl_info(adapter, &info, &msk, tx_time->macid, 1); in mac_set_cctl_max_tx_time() 1624 struct mac_ax_max_tx_time *tx_time) in mac_get_max_tx_time() argument 1632 role = mac_role_srch(adapter, tx_time->macid); in mac_get_max_tx_time() 1635 __func__, tx_time->macid); in mac_get_max_tx_time() [all …]
|
| H A D | cmac_tx.h | 654 struct mac_ax_max_tx_time *tx_time); 676 struct mac_ax_max_tx_time *tx_time);
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sun4i.c | 210 unsigned int start, end, tx_time; in sun4i_spi_transfer_one() local 328 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one() 331 msecs_to_jiffies(tx_time)); in sun4i_spi_transfer_one() 337 jiffies_to_msecs(end - start), tx_time); in sun4i_spi_transfer_one()
|
| H A D | spi-sun6i.c | 191 unsigned int start, end, tx_time; in sun6i_spi_transfer_one() local 324 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun6i_spi_transfer_one() 327 msecs_to_jiffies(tx_time)); in sun6i_spi_transfer_one() 333 jiffies_to_msecs(end - start), tx_time); in sun6i_spi_transfer_one()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dngl_stats.h | 175 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 206 uint32 tx_time; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dngl_stats.h | 175 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 206 uint32 tx_time; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dngl_stats.h | 175 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 206 uint32 tx_time; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wifi_stats.h | 162 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 193 uint32 tx_time; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wifi_stats.h | 162 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 193 uint32 tx_time; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dngl_stats.h | 171 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 202 uint32 tx_time; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 772 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv() 848 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 849 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 870 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics() 871 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | ntb_netdev.c | 65 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dngl_stats.h | 175 uint32 tx_time; /* msecs the radio is transmitting (32 bits member 206 uint32 tx_time; member
|