Lines Matching refs:cf
59 u32 cf) in cfg80211_get_start_freq()
63 center_freq = MHZ_TO_KHZ((cf == 1) ? in cfg80211_get_start_freq()
76 u32 cf) in cfg80211_get_end_freq()
80 center_freq = MHZ_TO_KHZ((cf == 1) ? in cfg80211_get_end_freq()
92 #define for_each_subchan(chandef, freq, cf) \ argument
94 cf = 1, freq = cfg80211_get_start_freq(chandef, cf); \
95 freq <= cfg80211_get_end_freq(chandef, cf); \
97 ((cf == 1 && chandef->center_freq2 != 0 && \
98 freq > cfg80211_get_end_freq(chandef, cf)) ? \
99 (cf++, freq = cfg80211_get_start_freq(chandef, cf), \
639 for_each_subchan(chandef, freq, cf) { in cfg80211_set_dfs_state()
728 for_each_subchan(chandef, freq, cf) { in cfg80211_get_chans_dfs_required()
802 for_each_subchan(chandef, freq, cf) { in cfg80211_chandef_dfs_usable()
1015 for_each_subchan(chandef, freq, cf) { in cfg80211_chandef_dfs_available()
1047 for_each_subchan(chandef, freq, cf) { in cfg80211_chandef_dfs_cac_time()
1050 if (cf == 1) in cfg80211_chandef_dfs_cac_time()
1060 if (cf == 1 && c->dfs_cac_ms > t1) in cfg80211_chandef_dfs_cac_time()
1063 if (cf == 2 && c->dfs_cac_ms > t2) in cfg80211_chandef_dfs_cac_time()
1296 for_each_subchan(chandef, freq, cf) { in _cfg80211_chandef_usable()