Searched refs:intersect (Results 1 – 2 of 2) sorted by relevance
93 .intersect = false,1318 struct ieee80211_wmm_ac *intersect) in reg_wmm_rules_intersect() argument1320 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_wmm_rules_intersect()1321 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_wmm_rules_intersect()1322 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_wmm_rules_intersect()1323 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_wmm_rules_intersect()2611 core_request->intersect = false; in reg_process_hint_core()2638 lr->intersect) in __reg_process_hint_user()2673 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()2745 driver_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_driver()[all …]
15831 request->intersect) { in nl80211_reg_change_event_fill()