Searched refs:ext_beacon_slot (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/uwb/ |
H A D | drp.c | 172 static int evaluate_conflict_action(struct uwb_ie_drp *ext_drp_ie, int ext_beacon_slot, evaluate_conflict_action() argument 212 our_beacon_slot < ext_beacon_slot) { evaluate_conflict_action() 218 our_beacon_slot > ext_beacon_slot) { evaluate_conflict_action() 225 if (our_beacon_slot > ext_beacon_slot) { evaluate_conflict_action() 230 if (our_beacon_slot < ext_beacon_slot) { evaluate_conflict_action() 237 if (our_beacon_slot > ext_beacon_slot) { evaluate_conflict_action() 242 if (our_beacon_slot < ext_beacon_slot) { evaluate_conflict_action() 251 int ext_beacon_slot, handle_conflict_normal() 260 action = evaluate_conflict_action(drp_ie, ext_beacon_slot, rsv, uwb_rsv_status(rsv)); handle_conflict_normal() 293 static void handle_conflict_expanding(struct uwb_ie_drp *drp_ie, int ext_beacon_slot, handle_conflict_expanding() argument 304 action = evaluate_conflict_action(drp_ie, ext_beacon_slot, rsv, 0); handle_conflict_expanding() 250 handle_conflict_normal(struct uwb_ie_drp *drp_ie, int ext_beacon_slot, struct uwb_rsv *rsv, struct uwb_mas_bm *conflicting_mas) handle_conflict_normal() argument
|
Completed in 82 milliseconds