| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 981 mvm->radio_stats.rx_time = 0; in iwl_mvm_handle_rx_system_oper_part1_stats() 984 mvm->radio_stats.rx_time += in iwl_mvm_handle_rx_system_oper_part1_stats() 985 le64_to_cpu(part1_stats->per_link[i].rx_time); in iwl_mvm_handle_rx_system_oper_part1_stats() 1017 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv() 1042 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv() 1116 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics() 1117 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics() 1138 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics() 1139 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
|
| H A D | utils.c | 484 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 | 958 u64 rx_time; member
|
| H A D | mac80211.c | 5855 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey() 5856 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()
|
| H A D | scan.c | 3638 info->time_rx = le32_to_cpu(notif->rx_time); in iwl_mvm_rx_channel_survey_notif()
|
| /linux/drivers/net/wireless/intel/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
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_mac.c | 227 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local 234 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt792x_phy_update_channel() 248 state->cc_rx += rx_time + obss_time; in mt792x_phy_update_channel() 249 state->cc_bss_rx += rx_time; in mt792x_phy_update_channel()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 897 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local 925 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7615_mac_sta_poll() 944 u32 rx_cur = rx_time[hw_queue_map[i]]; in mt7615_mac_sta_poll() 1910 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local 1918 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt7615_phy_update_channel() 1931 state->cc_rx += rx_time + obss_time; in mt7615_phy_update_channel() 1932 state->cc_bss_rx += rx_time; in mt7615_phy_update_channel()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mac.c | 43 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local 82 rx_time[i] = mlink->airtime_ac[i + 4] - rx_last; in mt7921_mac_sta_poll() 104 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.h | 44 u64 rx_time; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 1894 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_eth56g() local 1923 err = ice_ptp_read_port_capture_eth56g(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_eth56g() 1931 if (tx_time != rx_time) in ice_read_phy_and_phc_time_eth56g() 1933 port, tx_time, rx_time); in ice_read_phy_and_phc_time_eth56g() 3909 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e82x() local 3933 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e82x() 3941 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e82x() 3945 (unsigned long long)rx_time); in ice_read_phy_and_phc_time_e82x()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.h | 168 __le32 rx_time; member
|
| /linux/drivers/net/wireless/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()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mac.c | 101 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local 146 rx_time[i] = 0; in mt7915_mac_sta_poll() 148 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7915_mac_sta_poll() 170 u32 rx_cur = rx_time[queue]; in mt7915_mac_sta_poll()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1874 __le16 rx_time; member 2963 __le16 rx_time; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 126 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() local 169 rx_time[i] = msta_link->airtime_ac[i + 4] - rx_last; in mt7996_mac_sta_poll() 192 u32 rx_cur = rx_time[q]; in mt7996_mac_sta_poll()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 2482 __le16 rx_time; member
|
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 2098 hdev->le_max_rx_time = le16_to_cpu(rp->rx_time);
|