Lines Matching refs:n_reg_rules
223 .n_reg_rules = 8,
432 regd = kzalloc(struct_size(regd, reg_rules, src_regd->n_reg_rules), in reg_copy_regd()
439 for (i = 0; i < src_regd->n_reg_rules; i++) in reg_copy_regd()
954 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()
959 for (i = 0; i < regdom->n_reg_rules; i++) { in regdb_query_country()
1155 for (idx = 0; idx < rd->n_reg_rules; idx++) in reg_get_max_bandwidth_from_range()
1159 if (idx == rd->n_reg_rules) in reg_get_max_bandwidth_from_range()
1181 while (no < rd->n_reg_rules - 1) { in reg_get_max_bandwidth_from_range()
1243 if (!rd->n_reg_rules) in is_valid_rd()
1246 if (WARN_ON(rd->n_reg_rules > NL80211_MAX_SUPP_REG_RULES)) in is_valid_rd()
1249 for (i = 0; i < rd->n_reg_rules; i++) { in is_valid_rd()
1504 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1506 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1521 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1523 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1535 &rd->n_reg_rules); in regdom_intersect()
1586 for (i = 0; i < regd->n_reg_rules; i++) { in freq_reg_info_regd()
3392 for (i = 0; i < rd->n_reg_rules; i++) { in print_rd_rules()