Searched refs:drpev (Results 1 – 1 of 1) sorted by relevance
255 struct uwb_rc_evt_drp_WUSB_0100 *drpev; in hwarc_filter_evt_drp_WUSB_0100() local260 drpev = container_of(*header, struct uwb_rc_evt_drp_WUSB_0100, rceb); in hwarc_filter_evt_drp_WUSB_0100()262 if (bytes_left < sizeof(*drpev)) { in hwarc_filter_evt_drp_WUSB_0100()265 (size_t)sizeof(*drpev), bytes_left); in hwarc_filter_evt_drp_WUSB_0100()268 ielength = le16_to_cpu(drpev->wIELength); in hwarc_filter_evt_drp_WUSB_0100()269 bytes_left -= sizeof(*drpev); 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()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()