Home
last modified time | relevance | path

Searched refs:send_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm_atmel_twi.c71 const uint8_t *sendbuf, size_t send_size, in tpm_atmel_twi_xfer() argument
79 printf("send to TPM (%d bytes, recv_len=%d):\n", send_size, *recv_len); in tpm_atmel_twi_xfer()
80 print_buffer(0, (void *)sendbuf, 1, send_size, 0); in tpm_atmel_twi_xfer()
84 res = i2c_write(0x29, 0, 0, (uchar *)sendbuf, send_size); in tpm_atmel_twi_xfer()
86 res = dm_i2c_write(dev, 0, sendbuf, send_size); in tpm_atmel_twi_xfer()
H A Dtpm-uclass.c84 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() argument
94 return ops->xfer(dev, sendbuf, send_size, recvbuf, recv_size); in tpm_xfer()
107 if (count > send_size) { in tpm_xfer()
108 log_debug("invalid count value %x %zx\n", count, send_size); in tpm_xfer()
113 ret = ops->send(dev, sendbuf, send_size); in tpm_xfer()
H A Dtpm_tis_sandbox.c180 size_t send_size, uint8_t *recvbuf, in sandbox_tpm_xfer() argument
191 printf("tpm: %zd bytes, recv_len %zd, cmd = %x\n", send_size, in sandbox_tpm_xfer()
193 print_buffer(0, sendbuf, 1, send_size, 0); in sandbox_tpm_xfer()
H A Dtpm2_tis_sandbox.c255 size_t send_size, u8 *recvbuf, in sandbox_tpm2_xfer() argument
282 if (length != send_size) { in sandbox_tpm2_xfer()
284 send_size, length); in sandbox_tpm2_xfer()
/openbmc/u-boot/include/
H A Dtpm-common.h141 int (*send)(struct udevice *dev, const u8 *sendbuf, size_t send_size);
183 int (*xfer)(struct udevice *dev, const u8 *sendbuf, size_t send_size,
279 int tpm_xfer(struct udevice *dev, const u8 *sendbuf, size_t send_size,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A D0001-Fix-too-many-arguments-error-occurring-in-gcc-15.patch165 +extern struct ring_elt *alloc_sendfile_buf_ring(int send_width, int send_size, int local_send_ali…