Home
last modified time | relevance | path

Searched refs:MAC_INDEX_AUX (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h314 __le32 beacon_counter[MAC_INDEX_AUX];
315 u8 beacon_average_energy[MAC_INDEX_AUX];
316 u8 reserved[8 - MAC_INDEX_AUX];
327 __le32 air_time[MAC_INDEX_AUX];
328 __le32 byte_count[MAC_INDEX_AUX];
329 __le32 pkt_count[MAC_INDEX_AUX];
652 struct iwl_stats_ntfy_per_mac per_mac[MAC_INDEX_AUX];
692 __le32 air_time[MAC_INDEX_AUX];
693 __le32 beacon_counter[MAC_INDEX_AUX];
694 __le32 beacon_average_energy[MAC_INDEX_AUX];
[all …]
Dmac.h13 #define MAC_INDEX_AUX 4 macro
15 #define NUM_MAC_INDEX_DRIVER MAC_INDEX_AUX
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c683 if (WARN_ONCE(vif_id >= MAC_INDEX_AUX, "invalid vif id: %d", vif_id)) in iwl_mvm_stat_iterator_all_macs()
812 u8 beacon_average_energy[MAC_INDEX_AUX]; in iwl_mvm_stats_ver_14()
868 u32 air_time[MAC_INDEX_AUX] = {}; in iwl_mvm_stat_iterator_all_links()
869 u32 rx_bytes[MAC_INDEX_AUX] = {}; in iwl_mvm_stat_iterator_all_links()
925 if (WARN_ONCE(mvmvif->id >= MAC_INDEX_AUX, in iwl_mvm_stat_iterator_all_links()
940 __le32 air_time_le[MAC_INDEX_AUX]; in iwl_mvm_stat_iterator_all_links()
941 __le32 rx_bytes_le[MAC_INDEX_AUX]; in iwl_mvm_stat_iterator_all_links()
1105 __le32 air_time[MAC_INDEX_AUX]; in iwl_mvm_handle_rx_statistics_tlv()
1106 __le32 rx_bytes[MAC_INDEX_AUX]; in iwl_mvm_handle_rx_statistics_tlv()
Dfw.c1509 ret = iwl_mvm_add_aux_sta(mvm, MAC_INDEX_AUX); in iwl_mvm_up()
1663 ret = iwl_mvm_add_aux_sta(mvm, MAC_INDEX_AUX); in iwl_mvm_load_d3_fw()
Dmac80211.c4668 cpu_to_le32(FW_CMD_ID_AND_COLOR(MAC_INDEX_AUX, 0)), in iwl_mvm_send_aux_roc_cmd()