Lines Matching defs:response

169  * The rescinded channel may be blocked waiting for a response from the host;
218 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message
231 * Set up and fill in default negotiate response message.
678 * vmbus_open() may never get the host's response to the
834 * that the panic path can't get hung forever in case the response
904 * vmbus_unload_response - Handler for the unload response.
1311 * This is invoked when we received a response to our channel open request.
1312 * Find the matching request, copy the response and signal the requesting
1342 memcpy(&msginfo->response.open_result,
1357 * This is invoked when we received a response to our gpadl create request.
1358 * Find the matching request, copy the response and signal the requesting
1391 memcpy(&msginfo->response.gpadl_created,
1404 * vmbus_onmodifychannel_response - Modify Channel response handler.
1406 * This is invoked when we received a response to our channel modify request.
1407 * Find the matching request, copy the response and signal the requesting thread.
1411 struct vmbus_channel_modifychannel_response *response;
1415 response = (struct vmbus_channel_modifychannel_response *)hdr;
1417 trace_vmbus_onmodifychannel_response(response);
1420 * Find the modify msg, copy the response and signal/unblock the wait event.
1432 if (modifymsg->child_relid == response->child_relid) {
1433 memcpy(&msginfo->response.modify_response, response,
1434 sizeof(*response));
1446 * This is invoked when we received a response to our gpadl teardown request.
1447 * Find the matching request, copy the response and signal the requesting
1478 memcpy(&msginfo->response.gpadl_torndown,
1491 * vmbus_onversion_response - Version response handler
1493 * This is invoked when we received a response to our initiate contact request.
1494 * Find the matching request, copy the response and signal the requesting
1518 memcpy(&msginfo->response.version_response,