Searched refs:channel_beacons (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-debug.c | 304 scnprintf(buf + pos, bufsz - pos, fmt_table, "channel_beacons:", in il4965_ucode_rx_stats_read() 305 le32_to_cpu(general->channel_beacons), in il4965_ucode_rx_stats_read() 306 accum_general->channel_beacons, in il4965_ucode_rx_stats_read() 307 delta_general->channel_beacons, in il4965_ucode_rx_stats_read() 308 max_general->channel_beacons); in il4965_ucode_rx_stats_read()
|
H A D | commands.h | 2839 __le32 channel_beacons; /* beacons with our bss id and in our member
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 33 * @channel_beacons: beacons with our bss id and in our serving channel 57 __le32 channel_beacons; member 85 __le32 channel_beacons; /* beacons with our bss id and in our member
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 947 fmt_table, "channel_beacons:", in iwl_dbgfs_ucode_rx_stats_read() 948 le32_to_cpu(general->channel_beacons), in iwl_dbgfs_ucode_rx_stats_read() 949 accum_general->channel_beacons, in iwl_dbgfs_ucode_rx_stats_read() 950 delta_general->channel_beacons, in iwl_dbgfs_ucode_rx_stats_read() 951 max_general->channel_beacons); in iwl_dbgfs_ucode_rx_stats_read()
|
H A D | commands.h | 2517 __le32 channel_beacons; /* beacons with our bss id and in our member
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 873 PRINT_STATS_LE32(general, channel_beacons); in iwl_dbgfs_fw_rx_stats_read() 899 PRINT_STATS_LE32(general, channel_beacons); in iwl_dbgfs_fw_rx_stats_read()
|