Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c854 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()
879 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()
946 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics()
947 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
968 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics()
969 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
Dutils.c377 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()
Dmvm.h818 u64 rx_time; member
Dmac80211.c4931 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
4932 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h269 __le64 rx_time; member
298 __le64 rx_time; member
530 __le64 rx_time; member
573 __le64 rx_time; member
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/
Dmac.c59 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local
95 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7921_mac_sta_poll()
117 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll()
812 u64 busy_time, tx_time, rx_time, obss_time; in mt7921_phy_update_channel() local
819 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt7921_phy_update_channel()
833 state->cc_rx += rx_time + obss_time; in mt7921_phy_update_channel()
834 state->cc_bss_rx += rx_time; in mt7921_phy_update_channel()
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dnetdev.h35 u64 rx_time; member
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c910 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()
1934 u64 busy_time, tx_time, rx_time, obss_time; in mt7615_phy_update_channel() local
1942 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt7615_phy_update_channel()
1955 state->cc_rx += rx_time + obss_time; in mt7615_phy_update_channel()
1956 state->cc_bss_rx += rx_time; in mt7615_phy_update_channel()
/linux-6.1.9/drivers/net/wireless/atmel/
Dat76c50x-usb.h168 __le32 rx_time; member
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c2162 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e822() local
2186 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e822()
2194 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e822()
2198 (unsigned long long)rx_time); in ice_read_phy_and_phc_time_e822()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c107 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7915_mac_sta_poll() local
144 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7915_mac_sta_poll()
166 u32 rx_cur = rx_time[q]; in mt7915_mac_sta_poll()
/linux-6.1.9/include/net/bluetooth/
Dhci.h1845 __le16 rx_time; member
2671 __le16 rx_time; member
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dwmi.h2482 __le16 rx_time; member
/linux-6.1.9/net/bluetooth/
Dhci_event.c2111 hdev->le_max_rx_time = le16_to_cpu(rp->rx_time); in hci_cc_le_read_max_data_len()