Lines Matching defs:resp
131 struct arpc_response_message *resp;
898 rpc->resp = kzalloc(sizeof(*rpc->resp), GFP_KERNEL);
899 if (!rpc->resp)
921 kfree(rpc->resp);
1007 if (rpc->resp->result) {
1010 *result = rpc->resp->result;
1035 struct arpc_response_message *resp;
1051 if (urb->actual_length < sizeof(*resp)) {
1056 resp = urb->transfer_buffer;
1058 rpc = arpc_find(es2, resp->id);
1061 le16_to_cpu(resp->id));
1067 memcpy(rpc->resp, resp, sizeof(*resp));