Searched refs:newdrpev (Results 1 – 1 of 1) sorted by relevance
256 struct uwb_rc_evt_drp *newdrpev; in hwarc_filter_evt_drp_WUSB_0100() local276 newdrpev = kzalloc(sizeof(*newdrpev) + ielength, GFP_ATOMIC); in hwarc_filter_evt_drp_WUSB_0100()277 if (newdrpev == NULL) in hwarc_filter_evt_drp_WUSB_0100()279 newdrpev->rceb = drpev->rceb; in hwarc_filter_evt_drp_WUSB_0100()280 newdrpev->src_addr = drpev->wSrcAddr; in hwarc_filter_evt_drp_WUSB_0100()281 newdrpev->reason = UWB_DRP_NOTIF_DRP_IE_RCVD; in hwarc_filter_evt_drp_WUSB_0100()282 newdrpev->beacon_slot_number = 0; in hwarc_filter_evt_drp_WUSB_0100()283 newdrpev->ie_length = drpev->wIELength; in hwarc_filter_evt_drp_WUSB_0100()284 memcpy(newdrpev->ie_data, drpev->IEData, ielength); in hwarc_filter_evt_drp_WUSB_0100()285 *header = &newdrpev->rceb; in hwarc_filter_evt_drp_WUSB_0100()[all …]