/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_atmel_twi.c | 71 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 D | tpm-uclass.c | 84 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 D | tpm_tis_sandbox.c | 180 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 D | tpm2_tis_sandbox.c | 255 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 D | tpm-common.h | 141 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/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 264 ssize_t send_size; in test_msg_peek_client() local 283 send_size = send(fd, buf, sizeof(buf), 0); in test_msg_peek_client() 285 if (send_size < 0) { in test_msg_peek_client() 290 if (send_size != sizeof(buf)) { in test_msg_peek_client() 291 fprintf(stderr, "Invalid send size %zi\n", send_size); in test_msg_peek_client() 420 ssize_t send_size; in test_seqpacket_msg_bounds_client() local 448 send_size = send(fd, buf, buf_size, flags); in test_seqpacket_msg_bounds_client() 450 if (send_size < 0) { in test_seqpacket_msg_bounds_client() 455 if (send_size != buf_size) { in test_seqpacket_msg_bounds_client() 689 ssize_t send_size; in test_seqpacket_bigmsg_client() local [all …]
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 230 unsigned int send_size; in gb_uart_tx_write_work() local 241 send_size = gb_tty->buffer_payload_max; in gb_uart_tx_write_work() 242 if (send_size > gb_tty->credits) in gb_uart_tx_write_work() 243 send_size = gb_tty->credits; in gb_uart_tx_write_work() 245 send_size = kfifo_out_peek(&gb_tty->write_fifo, in gb_uart_tx_write_work() 247 send_size); in gb_uart_tx_write_work() 248 if (!send_size) { in gb_uart_tx_write_work() 253 gb_tty->credits -= send_size; in gb_uart_tx_write_work() 256 request->size = cpu_to_le16(send_size); in gb_uart_tx_write_work() 259 request, sizeof(*request) + send_size, in gb_uart_tx_write_work() [all …]
|
/openbmc/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_dm_mad.h | 117 __be32 send_size; member
|
H A D | ib_srpt.c | 424 iocp->send_size = cpu_to_be32(srp_max_req_size); in srpt_get_ioc()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas571x.c | 151 size_t send_size = 1 + len * sizeof(uint32_t); in tas571x_reg_write_multiword() local 153 buf = kzalloc(send_size, GFP_KERNEL | GFP_DMA); in tas571x_reg_write_multiword() 161 ret = i2c_master_send(client, buf, send_size); in tas571x_reg_write_multiword() 165 if (ret == send_size) in tas571x_reg_write_multiword()
|
/openbmc/linux/drivers/hv/ |
H A D | channel.c | 168 u32 send_size, u32 recv_size) in vmbus_alloc_ring() argument 173 if (send_size % PAGE_SIZE || recv_size % PAGE_SIZE) in vmbus_alloc_ring() 177 order = get_order(send_size + recv_size); in vmbus_alloc_ring() 188 newchannel->ringbuffer_pagecount = (send_size + recv_size) >> PAGE_SHIFT; in vmbus_alloc_ring() 189 newchannel->ringbuffer_send_offset = send_size >> PAGE_SHIFT; in vmbus_alloc_ring()
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | qedr_roce_cm.c | 389 int send_size = 0; in qedr_gsi_build_header() local 405 send_size = 0; in qedr_gsi_build_header() 407 send_size += swr->sg_list[i].length; in qedr_gsi_build_header() 427 rc = ib_ud_header_init(send_size, false, true, has_vlan, in qedr_gsi_build_header()
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 140 u32 send_size; member 663 int left = sctx->send_max_size - sctx->send_size; in tlv_put() 671 hdr = (struct btrfs_tlv_header *) (sctx->send_buf + sctx->send_size); in tlv_put() 675 sctx->send_size += total_len; in tlv_put() 780 if (unlikely(sctx->send_size != 0)) { in begin_cmd() 787 sctx->send_size += sizeof(*hdr); in begin_cmd() 801 put_unaligned_le32(sctx->send_size - sizeof(*hdr), &hdr->len); in send_cmd() 804 crc = btrfs_crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); in send_cmd() 807 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd() 810 sctx->send_size = 0; in send_cmd() [all …]
|
/openbmc/linux/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 177 u16 send_size; member 185 u32 send_size; 530 desc->send_size = (__force u32)cpu_to_be32(skb->len); in hip04_mac_start_xmit()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2872 int send_size; in build_sriov_qp0_header() local 2881 send_size = 0; in build_sriov_qp0_header() 2884 send_size += wr->wr.sg_list[i].length; in build_sriov_qp0_header() 2889 send_size += sizeof (struct mlx4_ib_tunnel_header); in build_sriov_qp0_header() 2891 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, 0, 0, &sqp->ud_header); in build_sriov_qp0_header() 3025 int send_size; in build_mlx_header() local 3037 send_size = 0; in build_mlx_header() 3039 send_size += wr->wr.sg_list[i].length; in build_mlx_header() 3076 err = ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, in build_mlx_header()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 267 __le16 send_size; member
|
H A D | hns3_debugfs.c | 974 sprintf(result[j++], "%u", le16_to_cpu(desc->tx.send_size)); in hns3_dump_tx_bd_info()
|
H A D | hns3_enet.c | 1691 desc->tx.send_size = cpu_to_le16(size); in hns3_fill_desc() 1708 desc->tx.send_size = cpu_to_le16((k == frag_buf_num - 1) ? in hns3_fill_desc()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 177 __le16 send_size; member
|
H A D | hns_enet.c | 59 desc->tx.send_size = cpu_to_le16((u16)send_sz); in fill_v2_desc_hw() 162 desc->tx.send_size = cpu_to_le16((u16)size); in fill_desc()
|
/openbmc/linux/include/linux/ |
H A D | hyperv.h | 1195 u32 send_size, u32 recv_size);
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_ca0132.c | 2375 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local 2403 send_size = sizeof(unsigned int) + len; in dspio_scp() 2405 send_size, (unsigned char *)&scp_reply, in dspio_scp()
|