| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rx.c | 994 mvm->radio_stats.rx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats() 997 mvm->radio_stats.rx_time += in iwl_mvm_handle_rx_system_oper_part1_stats() 998 le64_to_cpu(part1_stats->per_link[i].rx_time); in iwl_mvm_handle_rx_system_oper_part1_stats() 1030 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv() 1055 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv() 1129 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics() 1130 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics() 1151 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics() 1152 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
|
| H A D | utils.c | 491 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()
|
| H A D | debugfs.c | 1027 mvm->radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read() 1033 mvm->accu_radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read()
|
| H A D | mvm.h | 975 u64 rx_time; member
|
| H A D | mac80211.c | 5935 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey() 5936 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()
|
| /src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | stats.h | 270 __le64 rx_time; member 299 __le64 rx_time; member 527 __le64 rx_time; member 659 __le64 rx_time; member 702 __le64 rx_time; member
|
| H A D | scan.h | 1313 __le32 rx_time; member
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x_mac.c | 230 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 237 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt792x_phy_update_channel() 251 state->cc_rx += rx_time + obss_time; in mt792x_phy_update_channel() 252 state->cc_bss_rx += rx_time; in mt792x_phy_update_channel()
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_ackm.h | 165 int pkt_space, OSSL_TIME rx_time);
|
| /src/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 1546 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in hostapd_dpp_remove_pb_hash() 1553 info->rx_time.sec = 0; in hostapd_dpp_remove_pb_hash() 1554 info->rx_time.usec = 0; in hostapd_dpp_remove_pb_hash() 2596 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in hostapd_dpp_rx_pb_presence_announcement() 2602 info->rx_time = now; in hostapd_dpp_rx_pb_presence_announcement() 2608 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in hostapd_dpp_rx_pb_presence_announcement() 2611 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in hostapd_dpp_rx_pb_presence_announcement() 2615 tmp->rx_time.sec = 0; in hostapd_dpp_rx_pb_presence_announcement() 2616 tmp->rx_time.usec = 0; in hostapd_dpp_rx_pb_presence_announcement() 2637 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in hostapd_dpp_rx_pb_presence_announcement() [all …]
|
| H A D | sta_info.h | 69 struct os_reltime rx_time; member
|
| /src/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 472 struct os_reltime *rx_time) in p2p_add_group_clients() argument 539 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients() 727 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument 769 if (rx_time == NULL) { in p2p_add_device() 771 rx_time = &time_now; in p2p_add_device() 781 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device() 783 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device() 787 (unsigned int) rx_time->sec, in p2p_add_device() 788 (unsigned int) rx_time->usec, in p2p_add_device() 796 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device() [all …]
|
| H A D | p2p_i.h | 874 struct os_reltime *rx_time, int level, const u8 *ies,
|
| H A D | p2p.h | 1629 struct os_reltime *rx_time, int level, const u8 *ies,
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_ackm.c | 1165 int pkt_space, OSSL_TIME rx_time) in ossl_ackm_on_rx_ack_frame() argument 1487 OSSL_TIME rx_time, int pkt_space, in ackm_on_rx_ack_eliciting() argument 1545 ossl_time_add(rx_time, tx_max_ack_delay)); in ackm_on_rx_ack_eliciting() 1549 ossl_time_add(rx_time, in ackm_on_rx_ack_eliciting()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mac.c | 900 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local 928 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7615_mac_sta_poll() 947 u32 rx_cur = rx_time[hw_queue_map[i]]; in mt7615_mac_sta_poll() 1921 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local 1929 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt7615_phy_update_channel() 1942 state->cc_rx += rx_time + obss_time; in mt7615_phy_update_channel() 1943 state->cc_bss_rx += rx_time; in mt7615_phy_update_channel()
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 2209 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in wpas_dpp_remove_pb_hash() 2216 info->rx_time.sec = 0; in wpas_dpp_remove_pb_hash() 2217 info->rx_time.usec = 0; in wpas_dpp_remove_pb_hash() 3553 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in wpas_dpp_rx_pb_presence_announcement() 3559 info->rx_time = now; in wpas_dpp_rx_pb_presence_announcement() 3565 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in wpas_dpp_rx_pb_presence_announcement() 3568 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement() 3572 tmp->rx_time.sec = 0; in wpas_dpp_rx_pb_presence_announcement() 3573 tmp->rx_time.usec = 0; in wpas_dpp_rx_pb_presence_announcement() 3594 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in wpas_dpp_rx_pb_presence_announcement() [all …]
|
| /src/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mac.c | 46 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local 89 rx_time[i] = mlink->airtime_ac[i + 4] - rx_last; in mt7921_mac_sta_poll() 111 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll()
|
| /src/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mac.c | 33 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7925_mac_sta_poll() local 69 rx_time[i] = mlink->airtime_ac[i + 4] - rx_last; in mt7925_mac_sta_poll() 91 u32 rx_cur = rx_time[q]; in mt7925_mac_sta_poll()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-ackm.md | 255 space of the containing packet. `rx_time` is the time the frame was 297 int pkt_space, OSSL_TIME rx_time);
|
| H A D | rx-depacketizer.md | 147 (`QUIC_ACKM`, the created `QUIC_ACKM_ACK`, `pkt_space` and `rx_time`)
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mac.c | 105 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local 154 rx_time[i] = 0; in mt7915_mac_sta_poll() 156 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7915_mac_sta_poll() 178 u32 rx_cur = rx_time[queue]; in mt7915_mac_sta_poll()
|
| /src/contrib/wpa/src/common/ |
| H A D | dpp.h | 457 struct os_reltime rx_time; member
|
| /src/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mac.c | 130 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() local 173 rx_time[i] = msta_link->airtime_ac[i + 4] - rx_last; in mt7996_mac_sta_poll() 196 u32 rx_cur = rx_time[q]; in mt7996_mac_sta_poll()
|
| /src/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 5084 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush() 5085 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()
|