Searched refs:drpev (Results 1 – 1 of 1) sorted by relevance
238 struct uwb_rc_evt_drp_WUSB_0100 *drpev; in hwarc_filter_evt_drp_WUSB_0100() local243 drpev = container_of(*header, struct uwb_rc_evt_drp_WUSB_0100, rceb); in hwarc_filter_evt_drp_WUSB_0100()245 if (bytes_left < sizeof(*drpev)) { in hwarc_filter_evt_drp_WUSB_0100()248 (size_t)sizeof(*drpev), bytes_left); in hwarc_filter_evt_drp_WUSB_0100()251 ielength = le16_to_cpu(drpev->wIELength); in hwarc_filter_evt_drp_WUSB_0100()252 bytes_left -= sizeof(*drpev); 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()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()