Searched refs:drp_evt (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/uwb/ |
| D | drp.c | 335 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_conflict_rsv() argument 347 drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 353 drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 359 handle_conflict_normal(drp_ie, drp_evt->beacon_slot_number, in uwb_drp_handle_conflict_rsv() 365 struct uwb_rc_evt_drp *drp_evt, in uwb_drp_handle_all_conflict_rsv() argument 372 uwb_drp_handle_conflict_rsv(rc, rsv, drp_evt, drp_ie, in uwb_drp_handle_all_conflict_rsv() 378 struct uwb_rsv *rsv, struct uwb_rc_evt_drp *drp_evt, in uwb_drp_process_target_accepted() argument 406 uwb_drp_handle_all_conflict_rsv(rc, drp_evt, in uwb_drp_process_target_accepted() 430 struct uwb_ie_drp *drp_ie, struct uwb_rc_evt_drp *drp_evt) in uwb_drp_process_target() argument 444 uwb_drp_process_target_accepted(rc, rsv, drp_evt, drp_ie, &mas); in uwb_drp_process_target() [all …]
|
| D | drp-avail.c | 218 struct uwb_rc_evt_drp_avail *drp_evt; in uwbd_evt_get_drp_avail() local 222 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_get_drp_avail() 225 "needed]\n", evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_get_drp_avail() 228 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb); in uwbd_evt_get_drp_avail() 229 buffer_to_bmp(bmp, drp_evt->bmp, UWB_NUM_MAS/8); in uwbd_evt_get_drp_avail()
|