chan_stats       1529 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	struct mwifiex_chan_stats *pchan_stats = priv->adapter->chan_stats;
chan_stats       4284 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	adapter->chan_stats = vmalloc(array_size(sizeof(*adapter->chan_stats),
chan_stats       4287 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (!adapter->chan_stats)
chan_stats        638 drivers/net/wireless/marvell/mwifiex/main.c 	vfree(adapter->chan_stats);
chan_stats       1451 drivers/net/wireless/marvell/mwifiex/main.c 	vfree(adapter->chan_stats);
chan_stats       1030 drivers/net/wireless/marvell/mwifiex/main.h 	struct mwifiex_chan_stats *chan_stats;
chan_stats       2511 drivers/net/wireless/marvell/mwifiex/scan.c 	struct mwifiex_chan_stats chan_stats;
chan_stats       2525 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.chan_num = fw_chan_stats->chan_num;
chan_stats       2526 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.bandcfg = fw_chan_stats->bandcfg;
chan_stats       2527 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.flags = fw_chan_stats->flags;
chan_stats       2528 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.noise = fw_chan_stats->noise;
chan_stats       2529 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.total_bss = le16_to_cpu(fw_chan_stats->total_bss);
chan_stats       2530 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.cca_scan_dur =
chan_stats       2532 drivers/net/wireless/marvell/mwifiex/scan.c 		chan_stats.cca_busy_dur =
chan_stats       2536 drivers/net/wireless/marvell/mwifiex/scan.c 			    chan_stats.chan_num,
chan_stats       2537 drivers/net/wireless/marvell/mwifiex/scan.c 			    chan_stats.noise,
chan_stats       2538 drivers/net/wireless/marvell/mwifiex/scan.c 			    chan_stats.total_bss,
chan_stats       2539 drivers/net/wireless/marvell/mwifiex/scan.c 			    chan_stats.cca_scan_dur,
chan_stats       2540 drivers/net/wireless/marvell/mwifiex/scan.c 			    chan_stats.cca_busy_dur);
chan_stats       2541 drivers/net/wireless/marvell/mwifiex/scan.c 		memcpy(&adapter->chan_stats[adapter->survey_idx++], &chan_stats,