Searched refs:intersect (Results 1 – 2 of 2) sorted by relevance
93 .intersect = false,1360 struct ieee80211_wmm_ac *intersect) in reg_wmm_rules_intersect() argument1362 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_wmm_rules_intersect()1363 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_wmm_rules_intersect()1364 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_wmm_rules_intersect()1365 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_wmm_rules_intersect()2702 core_request->intersect = false; in reg_process_hint_core()2729 lr->intersect) in __reg_process_hint_user()2764 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()2839 driver_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_driver()[all …]
17543 request->intersect) { in nl80211_reg_change_event_fill()