/Linux-v6.6/tools/testing/vsock/ |
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() 418 ssize_t send_size; in test_seqpacket_msg_bounds_client() local 446 send_size = send(fd, buf, buf_size, flags); in test_seqpacket_msg_bounds_client() 448 if (send_size < 0) { in test_seqpacket_msg_bounds_client() 453 if (send_size != buf_size) { in test_seqpacket_msg_bounds_client() 682 ssize_t send_size; in test_seqpacket_bigmsg_client() local [all …]
|
/Linux-v6.6/drivers/staging/greybus/ |
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 …]
|
/Linux-v6.6/drivers/infiniband/ulp/srpt/ |
D | ib_dm_mad.h | 117 __be32 send_size; member
|
D | ib_srpt.c | 359 iocp->send_size = cpu_to_be32(srp_max_req_size); in srpt_get_ioc()
|
/Linux-v6.6/sound/soc/codecs/ |
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()
|
/Linux-v6.6/drivers/hv/ |
D | channel.c | 166 u32 send_size, u32 recv_size) in vmbus_alloc_ring() argument 171 if (send_size % PAGE_SIZE || recv_size % PAGE_SIZE) in vmbus_alloc_ring() 175 order = get_order(send_size + recv_size); in vmbus_alloc_ring() 186 newchannel->ringbuffer_pagecount = (send_size + recv_size) >> PAGE_SHIFT; in vmbus_alloc_ring() 187 newchannel->ringbuffer_send_offset = send_size >> PAGE_SHIFT; in vmbus_alloc_ring()
|
/Linux-v6.6/drivers/infiniband/hw/qedr/ |
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()
|
/Linux-v6.6/fs/btrfs/ |
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 BUG_ON(sctx->send_size); in begin_cmd() 782 sctx->send_size += sizeof(*hdr); in begin_cmd() 796 put_unaligned_le32(sctx->send_size - sizeof(*hdr), &hdr->len); in send_cmd() 799 crc = btrfs_crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); in send_cmd() 802 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd() 805 sctx->send_size = 0; in send_cmd() [all …]
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/ |
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()
|
/Linux-v6.6/drivers/infiniband/hw/mlx4/ |
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()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.h | 265 __le16 send_size; member
|
D | hns3_debugfs.c | 971 sprintf(result[j++], "%u", le16_to_cpu(desc->tx.send_size)); in hns3_dump_tx_bd_info()
|
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()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/ |
D | hnae.h | 177 __le16 send_size; member
|
D | hns_enet.c | 59 desc->tx.send_size = cpu_to_le16((u16)send_sz); in fill_v2_desc_hw() 161 desc->tx.send_size = cpu_to_le16((u16)size); in fill_desc()
|
/Linux-v6.6/include/linux/ |
D | hyperv.h | 1174 u32 send_size, u32 recv_size);
|
/Linux-v6.6/sound/pci/hda/ |
D | patch_ca0132.c | 2363 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local 2391 send_size = sizeof(unsigned int) + len; in dspio_scp() 2393 send_size, (unsigned char *)&scp_reply, in dspio_scp()
|