| /linux-6.15/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() 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() 265 gb_tty->credits += send_size; in gb_uart_tx_write_work() [all …]
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | amdxdna_mailbox.c | 406 pkg_size = sizeof(*header) + msg->send_size; in xdna_mailbox_send_msg() 412 if (unlikely(!IS_ALIGNED(msg->send_size, 4))) { in xdna_mailbox_send_msg() 441 header->total_size = msg->send_size; in xdna_mailbox_send_msg() 442 header->sz_ver = FIELD_PREP(MSG_BODY_SZ, msg->send_size) | in xdna_mailbox_send_msg() 445 memcpy(mb_msg->pkg.payload, msg->send_data, msg->send_size); in xdna_mailbox_send_msg()
|
| H A D | amdxdna_mailbox_helper.h | 32 .send_size = sizeof(req), \
|
| H A D | amdxdna_mailbox.h | 30 size_t send_size; member
|
| H A D | aie2_message.c | 364 .send_size = sizeof(req), in aie2_register_asyn_event_msg() 476 msg.send_size = sizeof(req.ebuf); in aie2_execbuf() 489 msg.send_size = sizeof(req.dpu); in aie2_execbuf() 696 msg.send_size = sizeof(req); in aie2_cmdlist_multi_execbuf() 732 msg.send_size = sizeof(req); in aie2_cmdlist_single_execbuf() 766 msg.send_size = sizeof(req); in aie2_sync_bo()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/fs/btrfs/ |
| H A D | send.c | 138 u32 send_size; member 672 sctx->send_size += total_len; in tlv_put() 777 if (unlikely(sctx->send_size != 0)) { in begin_cmd() 784 sctx->send_size += sizeof(*hdr); in begin_cmd() 807 sctx->send_size = 0; in send_cmd() 5248 sctx->send_size += sizeof(__le16); in put_data_header() 5257 sctx->send_size += sizeof(*hdr); in put_data_header() 5330 sctx->send_size += cur_len; in put_file_data() 5509 sctx->send_size += len; in send_hole() 5563 sctx->send_size += inline_size; in send_encoded_inline_extent() [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/infiniband/hw/mlx4/ |
| H A D | qp.c | 2880 int send_size; in build_sriov_qp0_header() local 2889 send_size = 0; in build_sriov_qp0_header() 2892 send_size += wr->wr.sg_list[i].length; in build_sriov_qp0_header() 2897 send_size += sizeof (struct mlx4_ib_tunnel_header); in build_sriov_qp0_header() 2899 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, 0, 0, &sqp->ud_header); in build_sriov_qp0_header() 3033 int send_size; in build_mlx_header() local 3045 send_size = 0; in build_mlx_header() 3047 send_size += wr->wr.sg_list[i].length; in build_mlx_header() 3084 err = ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, in build_mlx_header()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.h | 267 __le16 send_size; member
|
| H A D | hns3_debugfs.c | 982 sprintf(result[j++], "%u", le16_to_cpu(desc->tx.send_size)); in hns3_dump_tx_bd_info()
|
| H A D | hns3_enet.c | 1698 desc->tx.send_size = cpu_to_le16(size); in hns3_fill_desc() 1715 desc->tx.send_size = cpu_to_le16((k == frag_buf_num - 1) ? in hns3_fill_desc()
|
| /linux-6.15/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()
|
| /linux-6.15/include/linux/ |
| H A D | hyperv.h | 1138 u32 send_size, u32 recv_size);
|
| /linux-6.15/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()
|