Lines Matching defs:resp
131 struct arpc_response_message *resp;
895 rpc->resp = kzalloc(sizeof(*rpc->resp), GFP_KERNEL);
896 if (!rpc->resp)
918 kfree(rpc->resp);
1002 if (rpc->resp->result) {
1005 *result = rpc->resp->result;
1030 struct arpc_response_message *resp;
1046 if (urb->actual_length < sizeof(*resp)) {
1051 resp = urb->transfer_buffer;
1053 rpc = arpc_find(es2, resp->id);
1056 le16_to_cpu(resp->id));
1062 memcpy(rpc->resp, resp, sizeof(*resp));