Lines Matching defs:csa
783 struct mesh_csa_settings *csa;
854 csa = rcu_dereference(ifmsh->csa);
855 if (csa) {
866 csa->settings.chandef.chan->center_freq);
867 bcn->cntdwn_current_counter = csa->settings.count;
869 *pos++ = csa->settings.count;
878 *pos++ |= csa->settings.block_tx ?
885 switch (csa->settings.chandef.width) {
892 ct = cfg80211_get_chandef_type(&csa->settings.chandef);
909 chandef = &csa->settings.chandef;
1182 "received csa with an identical chandef, ignoring\n");
1342 tmp_csa_settings = rcu_dereference_protected(ifmsh->csa,
1344 RCU_INIT_POINTER(ifmsh->csa, NULL);
1375 rcu_assign_pointer(ifmsh->csa, tmp_csa_settings);
1379 tmp_csa_settings = rcu_dereference(ifmsh->csa);
1380 RCU_INIT_POINTER(ifmsh->csa, NULL);