Lines Matching defs:response

160  * The rescinded channel may be blocked waiting for a response from the host;
209 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message
222 * Set up and fill in default negotiate response message.
669 * vmbus_open() may never get the host's response to the
825 * that the panic path can't get hung forever in case the response
895 * vmbus_unload_response - Handler for the unload response.
1302 * This is invoked when we received a response to our channel open request.
1303 * Find the matching request, copy the response and signal the requesting
1333 memcpy(&msginfo->response.open_result,
1348 * This is invoked when we received a response to our gpadl create request.
1349 * Find the matching request, copy the response and signal the requesting
1382 memcpy(&msginfo->response.gpadl_created,
1395 * vmbus_onmodifychannel_response - Modify Channel response handler.
1397 * This is invoked when we received a response to our channel modify request.
1398 * Find the matching request, copy the response and signal the requesting thread.
1402 struct vmbus_channel_modifychannel_response *response;
1406 response = (struct vmbus_channel_modifychannel_response *)hdr;
1408 trace_vmbus_onmodifychannel_response(response);
1411 * Find the modify msg, copy the response and signal/unblock the wait event.
1423 if (modifymsg->child_relid == response->child_relid) {
1424 memcpy(&msginfo->response.modify_response, response,
1425 sizeof(*response));
1437 * This is invoked when we received a response to our gpadl teardown request.
1438 * Find the matching request, copy the response and signal the requesting
1469 memcpy(&msginfo->response.gpadl_torndown,
1482 * vmbus_onversion_response - Version response handler
1484 * This is invoked when we received a response to our initiate contact request.
1485 * Find the matching request, copy the response and signal the requesting
1509 memcpy(&msginfo->response.version_response,