Searched refs:send_size (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h117 __be32 send_size; member in struct:ib_dm_ioc_profile
H A Dib_srpt.c365 iocp->send_size = cpu_to_be32(srp_max_req_size);
/linux-master/drivers/staging/greybus/
H A Duart.c230 unsigned int send_size; local
241 send_size = gb_tty->buffer_payload_max;
242 if (send_size > gb_tty->credits)
243 send_size = gb_tty->credits;
245 send_size = kfifo_out_peek(&gb_tty->write_fifo,
247 send_size);
248 if (!send_size) {
253 gb_tty->credits -= send_size;
256 request->size = cpu_to_le16(send_size);
259 request, sizeof(*request) + send_size,
[all...]
/linux-master/drivers/hv/
H A Dchannel.c168 u32 send_size, u32 recv_size)
173 if (send_size % PAGE_SIZE || recv_size % PAGE_SIZE)
177 order = get_order(send_size + recv_size);
188 newchannel->ringbuffer_pagecount = (send_size + recv_size) >> PAGE_SHIFT;
189 newchannel->ringbuffer_send_offset = send_size >> PAGE_SHIFT;
167 vmbus_alloc_ring(struct vmbus_channel *newchannel, u32 send_size, u32 recv_size) argument
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c389 int send_size = 0; local
405 send_size = 0;
407 send_size += swr->sg_list[i].length;
427 rc = ib_ud_header_init(send_size, false, true, has_vlan,
/linux-master/sound/soc/codecs/
H A Dtas571x.c151 size_t send_size = 1 + len * sizeof(uint32_t); local
153 buf = kzalloc(send_size, GFP_KERNEL | GFP_DMA);
161 ret = i2c_master_send(client, buf, send_size);
165 if (ret == send_size)
/linux-master/fs/btrfs/
H A Dsend.c139 u32 send_size; member in struct:send_ctx
662 int left = sctx->send_max_size - sctx->send_size;
670 hdr = (struct btrfs_tlv_header *) (sctx->send_buf + sctx->send_size);
674 sctx->send_size += total_len;
779 if (unlikely(sctx->send_size != 0)) {
786 sctx->send_size += sizeof(*hdr);
800 put_unaligned_le32(sctx->send_size - sizeof(*hdr), &hdr->len);
803 crc = crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size);
806 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size,
809 sctx->send_size
[all...]
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c177 u16 send_size; member in struct:tx_desc
185 u32 send_size;
530 desc->send_size = (__force u32)cpu_to_be32(skb->len);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c2872 int send_size; local
2881 send_size = 0;
2884 send_size += wr->wr.sg_list[i].length;
2889 send_size += sizeof (struct mlx4_ib_tunnel_header);
2891 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, 0, 0, &sqp->ud_header);
3025 int send_size; local
3037 send_size = 0;
3039 send_size += wr->wr.sg_list[i].length;
3076 err = ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh,
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h177 __le16 send_size; member in struct:hnae_desc::__anon889::__anon890
H A Dhns_enet.c59 desc->tx.send_size = cpu_to_le16((u16)send_sz);
162 desc->tx.send_size = cpu_to_le16((u16)size);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h265 __le16 send_size; member in struct:hns3_desc::__anon1098::__anon1099
H A Dhns3_debugfs.c977 sprintf(result[j++], "%u", le16_to_cpu(desc->tx.send_size));
H A Dhns3_enet.c1691 desc->tx.send_size = cpu_to_le16(size);
1708 desc->tx.send_size = cpu_to_le16((k == frag_buf_num - 1) ?
/linux-master/include/linux/
H A Dhyperv.h1195 u32 send_size, u32 recv_size);
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c2363 unsigned int ret_bytes, send_size, ret_size; local
2391 send_size = sizeof(unsigned int) + len;
2393 send_size, (unsigned char *)&scp_reply,

Completed in 498 milliseconds