Searched refs:newdrpev (Results 1 – 1 of 1) sorted by relevance
239 struct uwb_rc_evt_drp *newdrpev; in hwarc_filter_evt_drp_WUSB_0100() local259 newdrpev = kzalloc(sizeof(*newdrpev) + ielength, GFP_ATOMIC); in hwarc_filter_evt_drp_WUSB_0100()260 if (newdrpev == NULL) in hwarc_filter_evt_drp_WUSB_0100()262 newdrpev->rceb = drpev->rceb; in hwarc_filter_evt_drp_WUSB_0100()263 newdrpev->src_addr = drpev->wSrcAddr; in hwarc_filter_evt_drp_WUSB_0100()264 newdrpev->reason = UWB_DRP_NOTIF_DRP_IE_RCVD; in hwarc_filter_evt_drp_WUSB_0100()265 newdrpev->beacon_slot_number = 0; in hwarc_filter_evt_drp_WUSB_0100()266 newdrpev->ie_length = drpev->wIELength; in hwarc_filter_evt_drp_WUSB_0100()267 memcpy(newdrpev->ie_data, drpev->IEData, ielength); in hwarc_filter_evt_drp_WUSB_0100()268 *header = &newdrpev->rceb; in hwarc_filter_evt_drp_WUSB_0100()[all …]