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()
956 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()
961 for (i = 0; i < regdom->n_reg_rules; i++) { in regdb_query_country()
1165 for (idx = 0; idx < rd->n_reg_rules; idx++) in reg_get_max_bandwidth_from_range()
1169 if (idx == rd->n_reg_rules) in reg_get_max_bandwidth_from_range()
1191 while (no < rd->n_reg_rules - 1) { in reg_get_max_bandwidth_from_range()
1253 if (!rd->n_reg_rules) in is_valid_rd()
1256 if (WARN_ON(rd->n_reg_rules > NL80211_MAX_SUPP_REG_RULES)) in is_valid_rd()
1259 for (i = 0; i < rd->n_reg_rules; i++) { in is_valid_rd()
1514 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1516 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1531 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1533 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1545 &rd->n_reg_rules); in regdom_intersect()
1598 for (i = 0; i < regd->n_reg_rules; i++) { in freq_reg_info_regd()
3623 for (i = 0; i < rd->n_reg_rules; i++) { in print_rd_rules()