| /freebsd/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 | 487 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()
|
| H A D | debugfs.c | 1028 mvm->radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read() 1034 mvm->accu_radio_stats.rx_time); in iwl_dbgfs_fw_system_stats_read()
|
| H A D | mvm.h | 963 u64 rx_time; member
|
| H A D | mac80211.c | 5880 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey() 5881 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()
|
| /freebsd/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 | 1323 __le32 rx_time; member
|
| /freebsd/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()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_ackm.h | 165 int pkt_space, OSSL_TIME rx_time);
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 1565 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in hostapd_dpp_remove_pb_hash() 1572 info->rx_time.sec = 0; in hostapd_dpp_remove_pb_hash() 1573 info->rx_time.usec = 0; in hostapd_dpp_remove_pb_hash() 2626 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in hostapd_dpp_rx_pb_presence_announcement() 2632 info->rx_time = now; in hostapd_dpp_rx_pb_presence_announcement() 2638 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in hostapd_dpp_rx_pb_presence_announcement() 2641 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in hostapd_dpp_rx_pb_presence_announcement() 2645 tmp->rx_time.sec = 0; in hostapd_dpp_rx_pb_presence_announcement() 2646 tmp->rx_time.usec = 0; in hostapd_dpp_rx_pb_presence_announcement() 2667 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in hostapd_dpp_rx_pb_presence_announcement() [all …]
|
| H A D | sta_info.h | 70 struct os_reltime rx_time; member
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_ackm.c | 1167 int pkt_space, OSSL_TIME rx_time) in ossl_ackm_on_rx_ack_frame() argument 1489 OSSL_TIME rx_time, int pkt_space, in ackm_on_rx_ack_eliciting() argument 1547 ossl_time_add(rx_time, tx_max_ack_delay)); in ackm_on_rx_ack_eliciting() 1551 ossl_time_add(rx_time, in ackm_on_rx_ack_eliciting()
|
| /freebsd/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()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 2264 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in wpas_dpp_remove_pb_hash() 2271 info->rx_time.sec = 0; in wpas_dpp_remove_pb_hash() 2272 info->rx_time.usec = 0; in wpas_dpp_remove_pb_hash() 3608 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in wpas_dpp_rx_pb_presence_announcement() 3614 info->rx_time = now; in wpas_dpp_rx_pb_presence_announcement() 3620 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in wpas_dpp_rx_pb_presence_announcement() 3623 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement() 3627 tmp->rx_time.sec = 0; in wpas_dpp_rx_pb_presence_announcement() 3628 tmp->rx_time.usec = 0; in wpas_dpp_rx_pb_presence_announcement() 3649 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in wpas_dpp_rx_pb_presence_announcement() [all …]
|
| /freebsd/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()
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p.c | 484 struct os_reltime *rx_time) in p2p_add_group_clients() argument 551 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients() 739 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument 781 if (rx_time == NULL) { in p2p_add_device() 783 rx_time = &time_now; in p2p_add_device() 793 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device() 795 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device() 799 (unsigned int) rx_time->sec, in p2p_add_device() 800 (unsigned int) rx_time->usec, in p2p_add_device() 808 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device() [all …]
|
| H A D | p2p_i.h | 1077 struct os_reltime *rx_time, int level, const u8 *ies,
|
| H A D | p2p.h | 1958 struct os_reltime *rx_time, int level, const u8 *ies,
|
| /freebsd/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()
|
| /freebsd/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`)
|
| /freebsd/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()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | dpp.h | 465 struct os_reltime rx_time; member
|
| /freebsd/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()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 5557 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush() 5558 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()
|