Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/test/
H A Dquic_cc_test.c54 OSSL_TIME tx_time; member
158 pkt->tx_time = fake_time; in net_sim_send()
162 pkt->arrive_time = ossl_time_add(pkt->tx_time, in net_sim_send()
175 pkt->arrive_time = ossl_time_add(pkt->tx_time, in net_sim_send()
180 pkt->determination_time = ossl_time_add(pkt->tx_time, in net_sim_send()
234 loss_info.tx_time = pkt->tx_time; in net_sim_process_one()
249 ack_info.tx_time = pkt->tx_time; in net_sim_process_one()
541 ack_info.tx_time in test_sanity()
[all...]
/freebsd/crypto/openssl/ssl/quic/
H A Dcc_newreno.c239 static int newreno_in_cong_recovery(OSSL_CC_NEWRENO *nr, OSSL_TIME tx_time) in newreno_in_cong_recovery() argument
241 return ossl_time_compare(tx_time, nr->cong_recovery_start_time) <= 0; in newreno_in_cong_recovery()
244 static void newreno_cong(OSSL_CC_NEWRENO *nr, OSSL_TIME tx_time) in newreno_cong() argument
249 if (newreno_in_cong_recovery(nr, tx_time)) in newreno_cong()
377 if (newreno_in_cong_recovery(nr, info->tx_time)) { in newreno_on_data_acked()
415 if (ossl_time_compare(info->tx_time, nr->tx_time_of_last_loss) <= 0) in newreno_on_data_lost()
433 = ossl_time_max(nr->tx_time_of_last_loss, info->tx_time); in newreno_on_data_lost()
H A Dquic_ackm.c977 loss_info.tx_time = p->time; in ackm_on_pkts_lost()
1025 ainfo.tx_time = apkt->time; in ackm_on_pkts_acked()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c255 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()
443 u32 tx_time = td->tx_time; in mt7915_tm_set_tx_frames() local
462 if (duty_cycle && tx_time && !ipg) { in mt7915_tm_set_tx_frames()
463 ipg = tx_time * 100 / duty_cycle - tx_time; in mt7915_tm_set_tx_frames()
464 } else if (duty_cycle && !tx_time && ipg) { in mt7915_tm_set_tx_frames()
466 tx_time = duty_cycle * ipg / (100 - duty_cycle); in mt7915_tm_set_tx_frames()
470 mt7915_tm_set_tx_len(phy, tx_time); in mt7915_tm_set_tx_frames()
H A Dmac.c105 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local
149 tx_time[i] = 0; in mt7915_mac_sta_poll()
151 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll()
177 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll()
/freebsd/crypto/openssl/include/internal/
H A Dquic_cc.h20 OSSL_TIME tx_time; member
28 OSSL_TIME tx_time; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c961 hrtime_t wakeup, tx_time = 0, now; in dmu_tx_delay() local
975 tx_time = zfs_delay_scale * (dirty - delay_min_bytes) / in dmu_tx_delay()
984 tx_time = zfs_delay_max_ns; in dmu_tx_delay()
986 tx_time = MAX(zfs_delay_scale * (wrlog - delay_min_bytes) / in dmu_tx_delay()
987 (zfs_wrlog_data_max - wrlog), tx_time); in dmu_tx_delay()
990 if (tx_time == 0) in dmu_tx_delay()
993 tx_time = MIN(tx_time, zfs_delay_max_ns); in dmu_tx_delay()
995 if (now > tx->tx_start + tx_time) in dmu_tx_delay()
999 uint64_t, tx_time); in dmu_tx_delay()
1002 wakeup = MAX(tx->tx_start + tx_time, dp->dp_last_wakeup + tx_time); in dmu_tx_delay()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852a.h91 u16 tx_time; member
102 u16 tx_cnt, u16 period, u16 tx_time,
H A Drtw8852b.h102 u16 tx_time; global() member
H A Dcoex.c979 btc->dm.wl_tx_limit.tx_time = BTC_MAX_TX_TIME_DEF; in _reset_btc_var()
5346 u32 tx_time; member
5362 u32 tx_time = iter_data->tx_time; in __rtw89_tx_time_iter() local
5384 rtw89_mac_get_tx_time(rtwdev, rtwsta_link, &plink->tx_time); in __rtw89_tx_time_iter()
5388 __func__, plink->tx_time, plink->tx_retry); in __rtw89_tx_time_iter()
5393 rtw89_mac_set_tx_time(rtwdev, rtwsta_link, true, plink->tx_time); in __rtw89_tx_time_iter()
5398 __func__, plink->tx_time, plink->tx_retry); in __rtw89_tx_time_iter()
5401 rtw89_mac_set_tx_time(rtwdev, rtwsta_link, false, tx_time); in __rtw89_tx_time_iter()
5405 __func__, tx_time, tx_retry); in __rtw89_tx_time_iter()
5442 u32 tx_time; in _set_wl_tx_limit() local
[all …]
H A Dmac.h1488 bool resume, u32 tx_time);
1490 u32 *tx_time);
H A Drtw8852a.c1591 u16 tx_cnt, u16 period, u16 tx_time, in rtw8852a_bb_set_pmac_pkt_tx() argument
1601 tx_info.tx_time = tx_time; in rtw8852a_bb_set_pmac_pkt_tx()
H A Drtw8852b_common.c1507 u16 tx_cnt, u16 period, u16 tx_time, in __rtw8852bx_bb_set_pmac_pkt_tx() argument
1517 tx_info.tx_time = tx_time; in __rtw8852bx_bb_set_pmac_pkt_tx()
H A Dmac.c6627 u32 tx_time) in __rtw89_mac_set_tx_time() argument
6632 u32 max_tx_time = tx_time == 0 ? MAC_AX_DFLT_TX_TIME : tx_time; in __rtw89_mac_set_tx_time()
6655 bool resume, u32 tx_time) in rtw89_mac_set_tx_time() argument
6661 ret = __rtw89_mac_set_tx_time(rtwdev, rtwsta_link, tx_time); in rtw89_mac_set_tx_time()
6663 ret = __rtw89_mac_set_tx_time(rtwdev, rtwsta_link, tx_time); in rtw89_mac_set_tx_time()
6671 u32 *tx_time) in rtw89_mac_get_tx_time() argument
6679 *tx_time = (rtwsta_link->ampdu_max_time + 1) << 9; in rtw89_mac_get_tx_time()
6688 *tx_time = rtw89_read32_mask(rtwdev, reg, mac->agg_limit.mask) << 5; in rtw89_mac_get_tx_time()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c1126 mvm->radio_stats.tx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats()
1130 mvm->radio_stats.tx_time += in iwl_mvm_handle_rx_system_oper_part1_stats()
1131 le64_to_cpu(part1_stats->per_link[i].tx_time); in iwl_mvm_handle_rx_system_oper_part1_stats()
1162 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()
1187 mvm->radio_stats.tx_time = le64_to_cpu(stats->tx_time); in iwl_mvm_handle_rx_statistics_tlv()
1262 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
1263 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
1284 mvm->radio_stats.tx_time = in iwl_mvm_handle_rx_statistics()
1285 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
H A Dtx.c1709 info->status.tx_time = in iwl_mvm_rx_tx_cmd_single()
1915 mvmsta->tid_data[tid].tx_time = in iwl_mvm_rx_tx_cmd_agg()
2108 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()
2192 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()
H A Dsta.h268 u16 tx_time; member
H A Dutils.c496 mvm->accu_radio_stats.tx_time += mvm->radio_stats.tx_time; in iwl_mvm_accu_radio_stats()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h273 __le64 tx_time; member
302 __le64 tx_time; member
528 __le64 tx_time; member
659 __le64 tx_time; member
702 __le64 tx_time; member
H A Dscan.h1308 __le32 tx_time; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_mac.c230 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local
235 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt792x_phy_update_channel()
250 state->cc_tx += tx_time; in mt792x_phy_update_channel()
H A Dtestmode.c474 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()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c46 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local
88 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll()
110 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c900 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local
927 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll()
946 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll()
1921 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local
1927 tx_time = mt76_get_field(dev, MT_MIB_SDR36(idx), in mt7615_phy_update_channel()
1941 state->cc_tx += tx_time; in mt7615_phy_update_channel()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c33 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7925_mac_sta_poll() local
68 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7925_mac_sta_poll()
90 u32 tx_cur = tx_time[q]; in mt7925_mac_sta_poll()

12