Lines Matching refs:response
219 static struct tb_cfg_result decode_error(const struct ctl_pkg *response)
221 struct cfg_error_pkg *pkg = response->buffer;
222 struct tb_ctl *ctl = response->ctl;
226 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR,
533 if (!req->response)
725 * Call this as response for hot plug/unplug event to ack it.
777 memcpy(req->response, pkg->buffer, req->response_size);
781 /* Always complete when first response is received */
786 * tb_cfg_reset() - send a reset packet and wait for a response
811 req->response = &reply;
860 req->response = &reply;
925 req->response = &reply;