Searched refs:drp_evt (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/uwb/ |
D | drp.c | 338 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_conflict_rsv() argument 348 handle_conflict_expanding(drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 352 handle_conflict_expanding(drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 357 handle_conflict_normal(drp_ie, drp_evt->beacon_slot_number, rsv, conflicting_mas); in uwb_drp_handle_conflict_rsv() 362 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_all_conflict_rsv() argument 369 uwb_drp_handle_conflict_rsv(rc, rsv, drp_evt, drp_ie, conflicting_mas); in uwb_drp_handle_all_conflict_rsv() 378 struct uwb_ie_drp *drp_ie, struct uwb_rc_evt_drp *drp_evt) in uwb_drp_process_target() argument 411 uwb_drp_handle_all_conflict_rsv(rc, drp_evt, drp_ie, &mas); in uwb_drp_process_target() 455 struct uwb_rc_evt_drp *drp_evt) in uwb_drp_process_owner() argument 525 uwb_drp_handle_conflict_rsv(rc, rsv, drp_evt, drp_ie, &mas); in uwb_drp_process_owner() [all …]
|
D | drp-avail.c | 230 struct uwb_rc_evt_drp_avail *drp_evt; in uwbd_evt_get_drp_avail() local 234 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_get_drp_avail() 237 "needed]\n", evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_get_drp_avail() 240 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb); in uwbd_evt_get_drp_avail() 241 buffer_to_bmp(bmp, drp_evt->bmp, UWB_NUM_MAS/8); in uwbd_evt_get_drp_avail()
|