Lines Matching defs:csa
966 struct mesh_csa_settings *csa;
1042 csa = rcu_dereference(ifmsh->csa);
1043 if (csa) {
1054 csa->settings.chandef.chan->center_freq);
1055 bcn->cntdwn_current_counter = csa->settings.count;
1057 *pos++ = csa->settings.count;
1066 *pos++ |= csa->settings.block_tx ?
1073 switch (csa->settings.chandef.width) {
1080 ct = cfg80211_get_chandef_type(&csa->settings.chandef);
1097 chandef = &csa->settings.chandef;
1372 "received csa with an identical chandef, ignoring\n");
1539 tmp_csa_settings = sdata_dereference(ifmsh->csa, sdata);
1540 RCU_INIT_POINTER(ifmsh->csa, NULL);
1572 rcu_assign_pointer(ifmsh->csa, tmp_csa_settings);
1576 tmp_csa_settings = rcu_dereference(ifmsh->csa);
1577 RCU_INIT_POINTER(ifmsh->csa, NULL);