Lines Matching defs:response
67 * struct pci_doe_task - represents a single query/response
72 * @response_pl: The response payload
73 * @response_pl_sz: Size of the response payload (bytes)
74 * @rv: Return value. Length of received response or error (bytes)
351 /* Poll for response */
572 * Submit a DOE task (request/response) to the DOE mailbox to be processed.
608 * @response: Response payload
609 * @response_sz: Size of response payload (bytes)
611 * Submit @request to @doe_mb and store the @response.
623 * RETURNS: Length of received response or negative errno.
630 void *response, size_t response_sz)
638 .response_pl = response,