Lines Matching refs:header
118 struct uwb_rceb **header, in hwarc_filter_evt_beacon_WUSB_0100() argument
127 be = container_of(*header, struct uwb_rc_evt_beacon_WUSB_0100, rceb); in hwarc_filter_evt_beacon_WUSB_0100()
154 *header = &newbe->rceb; in hwarc_filter_evt_beacon_WUSB_0100()
176 struct uwb_rceb **header, in hwarc_filter_evt_drp_avail_WUSB_0100() argument
187 da = container_of(*header, struct uwb_rc_evt_drp_avail_WUSB_0100, rceb); in hwarc_filter_evt_drp_avail_WUSB_0100()
221 *header = &newda->rceb; in hwarc_filter_evt_drp_avail_WUSB_0100()
251 struct uwb_rceb **header, in hwarc_filter_evt_drp_WUSB_0100() argument
260 drpev = container_of(*header, struct uwb_rc_evt_drp_WUSB_0100, rceb); in hwarc_filter_evt_drp_WUSB_0100()
285 *header = &newdrpev->rceb; in hwarc_filter_evt_drp_WUSB_0100()
310 struct uwb_rccb **header, in hwarc_filter_cmd_scan_WUSB_0100() argument
315 sc = container_of(*header, struct uwb_rc_cmd_scan, rccb); in hwarc_filter_cmd_scan_WUSB_0100()
348 struct uwb_rccb **header, in hwarc_filter_cmd_set_drp_ie_WUSB_0100() argument
355 orgcmd = container_of(*header, struct uwb_rc_cmd_set_drp_ie, rccb); in hwarc_filter_cmd_set_drp_ie_WUSB_0100()
364 *header = &cmd->rccb; in hwarc_filter_cmd_set_drp_ie_WUSB_0100()
392 int hwarc_filter_cmd_WUSB_0100(struct uwb_rc *rc, struct uwb_rccb **header, in hwarc_filter_cmd_WUSB_0100() argument
396 struct uwb_rccb *rccb = *header; in hwarc_filter_cmd_WUSB_0100()
400 result = hwarc_filter_cmd_scan_WUSB_0100(rc, header, size); in hwarc_filter_cmd_WUSB_0100()
403 result = hwarc_filter_cmd_set_drp_ie_WUSB_0100(rc, header, size); in hwarc_filter_cmd_WUSB_0100()
424 int hwarc_filter_cmd(struct uwb_rc *rc, struct uwb_rccb **header, in hwarc_filter_cmd() argument
429 result = hwarc_filter_cmd_WUSB_0100(rc, header, size); in hwarc_filter_cmd()
498 int hwarc_filter_event_WUSB_0100(struct uwb_rc *rc, struct uwb_rceb **header, in hwarc_filter_event_WUSB_0100() argument
503 struct uwb_rceb *rceb = *header; in hwarc_filter_event_WUSB_0100()
520 result = hwarc_filter_evt_beacon_WUSB_0100(rc, header, in hwarc_filter_event_WUSB_0100()
539 rc, header, buf_size, _new_size); in hwarc_filter_event_WUSB_0100()
550 result = hwarc_filter_evt_drp_WUSB_0100(rc, header, in hwarc_filter_event_WUSB_0100()
578 int hwarc_filter_event(struct uwb_rc *rc, struct uwb_rceb **header, in hwarc_filter_event() argument
585 rc, header, buf_size, _real_size, _new_size); in hwarc_filter_event()