Lines Matching defs:resp
25 struct xensnd_resp *resp;
44 resp = RING_GET_RESPONSE(&channel->u.req.ring, i);
45 if (resp->id != channel->evt_id)
47 switch (resp->operation) {
53 channel->u.req.resp_status = resp->status;
57 channel->u.req.resp_status = resp->status;
58 channel->u.req.resp.hw_param =
59 resp->resp.hw_param;
66 resp->operation);