search for: tpm_bufsiz

Displaying 2 results from an estimated 2 matches for "tpm_bufsiz".

Did you mean: tpm_bufsize
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...> + /* Number of bytes available to read from the virtqueue buffer. */ > + unsigned int readable; > + > + /* > + * Buffer in which all virtio transfers take place. Buffer size is the > + * maximum legal TPM command or response message size. > + */ > + u8 virtqueue_buffer[TPM_BUFSIZE]; > +}; > + > +/* > + * Wait for ownership of the virtqueue buffer. > + * > + * The why-string should begin with "waiting to..." or "waiting for..." with no > + * trailing newline. It will appear in log output. > + * > + * Returns zero for success, ot...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...buffer. */ > >> + unsigned int readable; > >> + > >> + /* > >> + * Buffer in which all virtio transfers take place. Buffer size is the > >> + * maximum legal TPM command or response message size. > >> + */ > >> + u8 virtqueue_buffer[TPM_BUFSIZE]; > >> +}; > >> + > >> +/* > >> + * Wait for ownership of the virtqueue buffer. > >> + * > >> + * The why-string should begin with "waiting to..." or "waiting for..." with no > >> + * trailing newline. It will appea...