Home
last modified time | relevance | path

Searched refs:rx_time (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c1100 mvm->radio_stats.rx_time = 0;
1103 mvm->radio_stats.rx_time +=
1104 le64_to_cpu(part1_stats->per_link[i].rx_time);
1136 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time);
1161 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time);
1235 mvm->radio_stats.rx_time =
1236 le64_to_cpu(stats->general.common.rx_time);
1257 mvm->radio_stats.rx_time
[all...]
H A Dutils.c497 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_update_low_latency()
H A Dmvm.h1044 u64 rx_time;
896 u64 rx_time; global() member
H A Dmac80211.c6067 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_sync_rx_queues_internal()
6068 mvm->radio_stats.rx_time; in iwl_mvm_sync_rx_queues_internal()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_mac.c231 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local
238 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt792x_phy_update_channel()
252 state->cc_rx += rx_time + obss_time; in mt792x_phy_update_channel()
253 state->cc_bss_rx += rx_time; in mt792x_phy_update_channel()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h270 __le64 rx_time;
299 __le64 rx_time;
519 * @rx_time: rx time
527 __le64 rx_time;
644 * @rx_time: rx time
655 __le64 rx_time;
678 * @rx_time: rx time
698 __le64 rx_time;
269 __le64 rx_time; global() member
298 __le64 rx_time; global() member
530 __le64 rx_time; global() member
573 __le64 rx_time; global() member
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1546 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 Dsta_info.h69 struct os_reltime rx_time; member
H A Dieee802_1x.c1088 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
H A Dieee802_11.c6687 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c472 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 Dp2p_i.h874 struct os_reltime *rx_time, int level, const u8 *ies,
H A Dp2p.h1629 struct os_reltime *rx_time, int level, const u8 *ies,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c907 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local
935 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7615_mac_sta_poll()
954 u32 rx_cur = rx_time[hw_queue_map[i]]; in mt7615_mac_sta_poll()
1932 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local
1940 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt7615_phy_update_channel()
1953 state->cc_rx += rx_time + obss_time; in mt7615_phy_update_channel()
1954 state->cc_bss_rx += rx_time; in mt7615_phy_update_channel()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2209 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 …]
H A Dctrl_iface.c8811 info->rx_time.sec = 0; in wpa_supplicant_ctrl_iface_flush()
8812 info->rx_time.usec = 0; in wpa_supplicant_ctrl_iface_flush()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c45 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local
86 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7921_mac_sta_poll()
108 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c109 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() local
149 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7996_mac_sta_poll()
171 u32 rx_cur = rx_time[q]; in mt7996_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c108 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local
152 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7915_mac_sta_poll()
174 u32 rx_cur = rx_time[queue]; in mt7915_mac_sta_poll()
/freebsd/contrib/wpa/src/common/
H A Ddpp.h457 struct os_reltime rx_time; member
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c5084 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush()
5085 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()