Home
last modified time | relevance | path

Searched refs:ext_beacon_slot (Results 1 – 1 of 1) sorted by relevance

/drivers/uwb/
Ddrp.c168 static int evaluate_conflict_action(struct uwb_ie_drp *ext_drp_ie, int ext_beacon_slot, in evaluate_conflict_action() argument
208 our_beacon_slot < ext_beacon_slot) { in evaluate_conflict_action()
214 our_beacon_slot > ext_beacon_slot) { in evaluate_conflict_action()
221 if (our_beacon_slot > ext_beacon_slot) { in evaluate_conflict_action()
226 if (our_beacon_slot < ext_beacon_slot) { in evaluate_conflict_action()
233 if (our_beacon_slot > ext_beacon_slot) { in evaluate_conflict_action()
238 if (our_beacon_slot < ext_beacon_slot) { in evaluate_conflict_action()
247 int ext_beacon_slot, in handle_conflict_normal() argument
256 action = evaluate_conflict_action(drp_ie, ext_beacon_slot, rsv, uwb_rsv_status(rsv)); in handle_conflict_normal()
289 static void handle_conflict_expanding(struct uwb_ie_drp *drp_ie, int ext_beacon_slot, in handle_conflict_expanding() argument
[all …]