Searched refs:air_time (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 836 __le32 air_time[MAC_INDEX_AUX]; in iwl_mvm_handle_rx_statistics_tlv() local 866 for (i = 0; i < ARRAY_SIZE(air_time); i++) { in iwl_mvm_handle_rx_statistics_tlv() 867 air_time[i] = stats->air_time[i]; in iwl_mvm_handle_rx_statistics_tlv() 892 for (i = 0; i < ARRAY_SIZE(air_time); i++) { in iwl_mvm_handle_rx_statistics_tlv() 893 air_time[i] = stats->per_mac_stats[i].air_time; in iwl_mvm_handle_rx_statistics_tlv() 908 iwl_mvm_update_tcm_from_stats(mvm, air_time, rx_bytes); in iwl_mvm_handle_rx_statistics_tlv() 917 __le32 *bytes, *air_time, flags; in iwl_mvm_handle_rx_statistics() local 1002 air_time in iwl_mvm_handle_rx_statistics() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rx.c | 804 iwl_mvm_update_tcm_from_stats(mvm, stats->air_time, in iwl_mvm_handle_rx_statistics_tlv() 814 __le32 *bytes, *air_time, flags; in iwl_mvm_handle_rx_statistics() local 899 air_time = (void *)&v11->load_stats.air_time; in iwl_mvm_handle_rx_statistics() 905 air_time = (void *)&stats->load_stats.air_time; in iwl_mvm_handle_rx_statistics() 916 iwl_mvm_update_tcm_from_stats(mvm, air_time, bytes); in iwl_mvm_handle_rx_statistics()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 320 * @air_time: accumulated air time, per mac 326 __le32 air_time[MAC_INDEX_AUX]; member 333 __le32 air_time[NUM_MAC_INDEX]; member 454 * @air_time: air time 464 __le32 air_time; member 546 * @air_time: air time 567 __le32 air_time[MAC_INDEX_AUX]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 375 * @air_time: accumulated air time, per mac 381 __le32 air_time[MAC_INDEX_AUX]; member 388 __le32 air_time[NUM_MAC_INDEX]; member 513 * @air_time: air time 534 __le32 air_time[MAC_INDEX_AUX]; member
|
Completed in 11 milliseconds