Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_mac.c228 u64 busy_time, tx_time, rx_time, obss_time; in mt792x_phy_update_channel() local
235 rx_time = mt76_get_field(dev, MT_MIB_SDR37(idx), in mt792x_phy_update_channel()
249 state->cc_rx += rx_time + obss_time; in mt792x_phy_update_channel()
250 state->cc_bss_rx += rx_time; in mt792x_phy_update_channel()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c857 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()
882 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()
949 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics()
950 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
971 mvm->radio_stats.rx_time = in iwl_mvm_handle_rx_statistics()
972 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
H A Dutils.c404 mvm->accu_radio_stats.rx_time += mvm->radio_stats.rx_time; in iwl_mvm_accu_radio_stats()
H A Dmvm.h888 u64 rx_time; member
H A Dmac80211.c5694 survey->time_rx = mvm->accu_radio_stats.rx_time + in iwl_mvm_mac_get_survey()
5695 mvm->radio_stats.rx_time; in iwl_mvm_mac_get_survey()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h269 __le64 rx_time; member
298 __le64 rx_time; member
530 __le64 rx_time; member
573 __le64 rx_time; member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch17 @@ -309,7 +309,10 @@ int atsc_scan_date(time_t *rx_time, unsi
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h35 u64 rx_time; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c904 u32 addr, tx_time[4], rx_time[4]; in mt7615_mac_sta_poll() local
932 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7615_mac_sta_poll()
951 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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c42 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7921_mac_sta_poll() local
79 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7921_mac_sta_poll()
101 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll()
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h168 __le32 rx_time; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2206 u64 tx_time, rx_time; in ice_read_phy_and_phc_time_e822() local
2230 err = ice_ptp_read_port_capture(hw, port, &tx_time, &rx_time); in ice_read_phy_and_phc_time_e822()
2238 if (tx_time != rx_time) in ice_read_phy_and_phc_time_e822()
2242 (unsigned long long)rx_time); in ice_read_phy_and_phc_time_e822()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c104 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[queue]; in mt7915_mac_sta_poll()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1795 __le16 rx_time; member
2622 __le16 rx_time; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c106 u32 tx_time[IEEE80211_NUM_ACS], rx_time[IEEE80211_NUM_ACS]; in mt7996_mac_sta_poll() local
146 rx_time[i] = msta->airtime_ac[i + 4] - rx_last; in mt7996_mac_sta_poll()
168 u32 rx_cur = rx_time[q]; in mt7996_mac_sta_poll()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h2482 __le16 rx_time; member
/openbmc/linux/net/bluetooth/
H A Dhci_event.c2083 hdev->le_max_rx_time = le16_to_cpu(rp->rx_time); in hci_cc_le_read_max_data_len()