Searched refs:drp_evt (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/uwb/ |
D | drp.c | 346 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_conflict_rsv() argument 358 drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 364 drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 370 handle_conflict_normal(drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 376 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_all_conflict_rsv() argument 383 uwb_drp_handle_conflict_rsv(rc, rsv, drp_evt, drp_ie, in uwb_drp_handle_all_conflict_rsv() 389 struct uwb_rsv *rsv, struct uwb_rc_evt_drp *drp_evt, in uwb_drp_process_target_accepted() argument 417 uwb_drp_handle_all_conflict_rsv(rc, drp_evt, in uwb_drp_process_target_accepted() 441 struct uwb_ie_drp *drp_ie, struct uwb_rc_evt_drp *drp_evt) in uwb_drp_process_target() argument 455 uwb_drp_process_target_accepted(rc, rsv, drp_evt, drp_ie, &mas); in uwb_drp_process_target() [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()
|