Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Diw_cm.c182 unsigned int send_size, recv_size; in rds_iw_init_qp_attrs() local
186 send_size = min_t(unsigned int, rds_iwdev->max_wrs, rds_iw_sysctl_max_send_wr + 1); in rds_iw_init_qp_attrs()
188 rds_iw_ring_resize(send_ring, send_size - 1); in rds_iw_init_qp_attrs()
194 attr->cap.max_send_wr = send_size; in rds_iw_init_qp_attrs()
203 context, send_size, 0); in rds_iw_init_qp_attrs()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h117 __be32 send_size; member
Dib_srpt.c358 iocp->send_size = cpu_to_be32(srp_max_req_size); in srpt_get_ioc()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c2044 int send_size; in build_sriov_qp0_header() local
2052 send_size = 0; in build_sriov_qp0_header()
2055 send_size += wr->sg_list[i].length; in build_sriov_qp0_header()
2060 send_size += sizeof (struct mlx4_ib_tunnel_header); in build_sriov_qp0_header()
2062 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, &sqp->ud_header); in build_sriov_qp0_header()
2166 int send_size; in build_mlx_header() local
2176 send_size = 0; in build_mlx_header()
2178 send_size += wr->sg_list[i].length; in build_mlx_header()
2205 ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, 0, &sqp->ud_header); in build_mlx_header()
/linux-4.1.27/fs/btrfs/
Dsend.c88 u32 send_size; member
545 int left = sctx->send_max_size - sctx->send_size; in tlv_put()
550 hdr = (struct btrfs_tlv_header *) (sctx->send_buf + sctx->send_size); in tlv_put()
554 sctx->send_size += total_len; in tlv_put()
658 BUG_ON(sctx->send_size); in begin_cmd()
660 sctx->send_size += sizeof(*hdr); in begin_cmd()
674 hdr->len = cpu_to_le32(sctx->send_size - sizeof(*hdr)); in send_cmd()
677 crc = btrfs_crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); in send_cmd()
680 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd()
683 sctx->total_send_size += sctx->send_size; in send_cmd()
[all …]
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c136 u32 send_size; member
449 desc->send_size = cpu_to_be32(skb->len); in hip04_mac_start_xmit()
/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1397 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local
1425 send_size = sizeof(unsigned int) + len; in dspio_scp()
1427 send_size, (unsigned char *)&scp_reply, in dspio_scp()