Lines Matching refs:buffer
316 header = message->buffer;
374 /* Allocate the message structure and buffer. */
379 message->buffer = kzalloc(message_size, gfp_flags);
380 if (!message->buffer)
396 kfree(message->buffer);
498 * The request buffer will be big enough for a payload of the given
503 * Outgoing operations must also specify the response buffer size,
510 * the request buffer will be immediately overwritten, so there is
512 * allocating a response buffer lies with the incoming request
537 /* Allocate the response buffer for outgoing operations */
911 * data into the request buffer and handle the rest via workqueue.
955 * data into the response buffer and handle the rest via workqueue.
1011 memcpy(message->buffer, data, size);
1023 * supplied data buffer will be reused (so unless we do something
1119 * @request: pointer to a memory buffer to copy the request from
1121 * @response: pointer to a memory buffer to copy the response to
1136 * If there is an error, the response buffer is left alone.
1181 * @request: memory buffer to copy the request from