Lines Matching refs:n_reg_rules
243 .n_reg_rules = 8,
453 regd = kzalloc(struct_size(regd, reg_rules, src_regd->n_reg_rules), in reg_copy_regd()
460 for (i = 0; i < src_regd->n_reg_rules; i++) in reg_copy_regd()
939 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()
944 for (i = 0; i < regdom->n_reg_rules; i++) { in regdb_query_country()
1168 for (idx = 0; idx < rd->n_reg_rules; idx++) in reg_get_max_bandwidth_from_range()
1172 if (idx == rd->n_reg_rules) in reg_get_max_bandwidth_from_range()
1194 while (no < rd->n_reg_rules - 1) { in reg_get_max_bandwidth_from_range()
1258 if (!rd->n_reg_rules) in is_valid_rd()
1261 if (WARN_ON(rd->n_reg_rules > NL80211_MAX_SUPP_REG_RULES)) in is_valid_rd()
1264 for (i = 0; i < rd->n_reg_rules; i++) { in is_valid_rd()
1519 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1521 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1536 for (x = 0; x < rd1->n_reg_rules; x++) { in regdom_intersect()
1538 for (y = 0; y < rd2->n_reg_rules; y++) { in regdom_intersect()
1550 &rd->n_reg_rules); in regdom_intersect()
1607 for (i = 0; i < regd->n_reg_rules; i++) { in freq_reg_info_regd()
3701 for (i = 0; i < rd->n_reg_rules; i++) { in print_rd_rules()