Lines Matching refs:reply
115 struct uwb_rceb *reply = NULL; in uwb_rc_get_ie() local
126 &reply); in uwb_rc_get_ie()
131 get_ie = container_of(reply, struct uwb_rc_evt_get_ie, rceb); in uwb_rc_get_ie()
159 struct uwb_rc_evt_set_ie reply; in uwb_rc_set_ie() local
161 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_set_ie()
162 reply.rceb.wEvent = UWB_RC_CMD_SET_IE; in uwb_rc_set_ie()
165 &reply.rceb, sizeof(reply)); in uwb_rc_set_ie()
168 else if (result != sizeof(reply)) { in uwb_rc_set_ie()
171 result, sizeof(reply)); in uwb_rc_set_ie()
173 } else if (reply.bResultCode != UWB_RC_RES_SUCCESS) { in uwb_rc_set_ie()
175 uwb_rc_strerror(reply.bResultCode), reply.bResultCode); in uwb_rc_set_ie()