/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | testmode.c | 255 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() argument 265 if (!tx_time) in mt7915_tm_set_tx_len() 325 tx_len = bitrate * tx_time / 10 / 8; in mt7915_tm_set_tx_len() 441 u32 tx_time = td->tx_time; in mt7915_tm_set_tx_frames() local 460 if (duty_cycle && tx_time && !ipg) { in mt7915_tm_set_tx_frames() 461 ipg = tx_time * 100 / duty_cycle - tx_time; in mt7915_tm_set_tx_frames() 462 } else if (duty_cycle && !tx_time && ipg) { in mt7915_tm_set_tx_frames() 464 tx_time = duty_cycle * ipg / (100 - duty_cycle); in mt7915_tm_set_tx_frames() 468 mt7915_tm_set_tx_len(phy, tx_time); in mt7915_tm_set_tx_frames()
|
H A D | mac.c | 108 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local 151 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll() 173 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 931 hrtime_t wakeup, tx_time = 0, now; in dmu_tx_delay() local 945 tx_time = zfs_delay_scale * (dirty - delay_min_bytes) / in dmu_tx_delay() 954 tx_time = zfs_delay_max_ns; in dmu_tx_delay() 956 tx_time = MAX(zfs_delay_scale * (wrlog - delay_min_bytes) / in dmu_tx_delay() 957 (zfs_wrlog_data_max - wrlog), tx_time); in dmu_tx_delay() 960 if (tx_time == 0) in dmu_tx_delay() 963 tx_time = MIN(tx_time, zfs_delay_max_ns); in dmu_tx_delay() 965 if (now > tx->tx_start + tx_time) in dmu_tx_delay() 969 uint64_t, tx_time); in dmu_tx_delay() 972 wakeup = MAX(tx->tx_start + tx_time, dp->dp_last_wakeup + tx_time); in dmu_tx_delay()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852a.h | 91 u16 tx_time; member 102 u16 tx_cnt, u16 period, u16 tx_time,
|
H A D | rtw8852b.h | 102 u16 tx_time; global() member
|
H A D | coex.c | 866 btc->dm.wl_tx_limit.tx_time = BTC_MAX_TX_TIME_DEF; in _chk_btc_err() 4892 u32 tx_time; in _update_wl_info_v2() 4910 u32 tx_time = iter_data->tx_time; in _update_wl_info_v2() 4932 rtw89_mac_get_tx_time(rtwdev, rtwsta, &plink->tx_time); in rtw89_coex_act1_work() 4935 "[BTC], %s(): reenable, tx_time=%d tx_retry= %d\n", in rtw89_coex_act1_work() 4936 __func__, plink->tx_time, plink->tx_retry); in rtw89_coex_act1_work() 4941 rtw89_mac_set_tx_time(rtwdev, rtwsta, true, plink->tx_time); in rtw89_coex_act1_work() 4945 "[BTC], %s(): restore, tx_time=%d tx_retry= %d\n", in rtw89_coex_act1_work() 4946 __func__, plink->tx_time, plin in rtw89_coex_act1_work() 3849 u32 tx_time; global() member 3867 u32 tx_time = iter_data->tx_time; rtw89_tx_time_iter() local 3928 u32 tx_time; _set_wl_tx_limit() local [all...] |
H A D | mac.h | 1372 bool resume, u32 tx_time); 1374 u32 *tx_time);
|
H A D | mac.c | 6139 u32 tx_time) 6143 u32 max_tx_time = tx_time == 0 ? MAC_AX_DFLT_TX_TIME : tx_time; 6166 bool resume, u32 tx_time) 6172 ret = __rtw89_mac_set_tx_time(rtwdev, rtwsta, tx_time); 6174 ret = __rtw89_mac_set_tx_time(rtwdev, rtwsta, tx_time); 6182 u32 *tx_time) 6189 *tx_time = (rtwsta->ampdu_max_time + 1) << 9; 6193 rtw89_warn(rtwdev, "failed to check cmac in tx_time\n"); 6198 *tx_time 5445 __rtw89_mac_set_tx_time(struct rtw89_dev * rtwdev,struct rtw89_sta * rtwsta,u32 tx_time) __rtw89_mac_set_tx_time() argument 5472 rtw89_mac_set_tx_time(struct rtw89_dev * rtwdev,struct rtw89_sta * rtwsta,bool resume,u32 tx_time) rtw89_mac_set_tx_time() argument 5488 rtw89_mac_get_tx_time(struct rtw89_dev * rtwdev,struct rtw89_sta * rtwsta,u32 * tx_time) rtw89_mac_get_tx_time() argument [all...] |
H A D | rtw8852a.c | 1561 u16 tx_cnt, u16 period, u16 tx_time, in rtw8852a_bb_cfg_tx_path() 1571 tx_info.tx_time = tx_time; in rtw8852a_bb_cfg_tx_path() 1539 rtw8852a_bb_set_pmac_pkt_tx(struct rtw89_dev * rtwdev,u8 enable,u16 tx_cnt,u16 period,u16 tx_time,enum rtw89_phy_idx idx) rtw8852a_bb_set_pmac_pkt_tx() argument
|
H A D | rtw8852b.c | 1840 rtw8852b_bb_set_pmac_pkt_tx(struct rtw89_dev * rtwdev,u8 enable,u16 tx_cnt,u16 period,u16 tx_time,enum rtw89_phy_idx idx) rtw8852b_bb_set_pmac_pkt_tx() argument
|
H A D | core.h | 1438 u32 tx_time; 1935 u32 tx_time; /* unit: us */ 1281 u32 tx_time; global() member 1676 u32 tx_time; /* unit: us */ global() member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rx.c | 1101 mvm->radio_stats.tx_time = 0; 1105 mvm->radio_stats.tx_time += 1106 le64_to_cpu(part1_stats->per_link[i].tx_time); 1137 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); 1162 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); 1237 mvm->radio_stats.tx_time = 1238 le64_to_cpu(stats->general.common.tx_time); 1259 mvm->radio_stats.tx_time [all...] |
H A D | tx.c | 1818 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single() 2022 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg() 2213 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif() 2298 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
|
H A D | sta.h | 255 * @tx_time: medium time consumed by this A-MPDU 271 u16 tx_time; member
|
H A D | utils.c | 498 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_update_low_latency()
|
H A D | mvm.h | 1045 u64 tx_time; 897 u64 tx_time; global() member
|
H A D | mac80211.c | 6071 survey->time_tx = mvm->accu_radio_stats.tx_time + in iwl_mvm_sync_rx_queues_internal() 6072 mvm->radio_stats.tx_time; in iwl_mvm_sync_rx_queues_internal()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | stats.h | 273 __le64 tx_time; 302 __le64 tx_time; 520 * @tx_time: tx time 528 __le64 tx_time; 645 * @tx_time: usec the radio is transmitting. 656 __le64 tx_time; 679 * @tx_time: usec the radio is transmitting. 699 __le64 tx_time; 272 __le64 tx_time; global() member 301 __le64 tx_time; global() member 531 __le64 tx_time; global() member 574 __le64 tx_time; global() member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_mac.c | 231 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 236 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt792x_phy_update_channel() 251 state->cc_tx += tx_time; in mt792x_phy_update_channel()
|
H A D | testmode.c | 474 td->tx_time = nla_get_u32(tb[MT76_TM_ATTR_TX_TIME]); in mt76_testmode_cmd() 638 nla_put_u32(msg, MT76_TM_ATTR_TX_TIME, td->tx_time)) || in mt76_testmode_dump()
|
H A D | mt76.h | 689 u32 tx_time; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mac.c | 45 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local 85 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll() 107 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.c | 907 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local 934 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll() 953 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() 1932 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local 1938 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7615_phy_update_channel() 1952 state->cc_tx += tx_time; in mt7615_phy_update_channel()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 109 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() local 148 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7996_mac_sta_poll() 170 u32 tx_cur = tx_time[q]; in mt7996_mac_sta_poll()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 909 uint16_t tx_time; member
|