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

/linux-4.4.14/net/rds/
H A Diw_cm.c183 unsigned int send_size, recv_size; rds_iw_init_qp_attrs() local
187 send_size = min_t(unsigned int, rds_iwdev->max_wrs, rds_iw_sysctl_max_send_wr + 1); rds_iw_init_qp_attrs()
189 rds_iw_ring_resize(send_ring, send_size - 1); rds_iw_init_qp_attrs()
195 attr->cap.max_send_wr = send_size; rds_iw_init_qp_attrs()
202 cq_attr.cqe = send_size; rds_iw_init_qp_attrs()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h117 __be32 send_size; member in struct:ib_dm_ioc_profile
H A Dib_srpt.c355 iocp->send_size = cpu_to_be32(srp_max_req_size); srpt_get_ioc()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dqp.c2153 int send_size; build_sriov_qp0_header() local
2161 send_size = 0; build_sriov_qp0_header()
2164 send_size += wr->wr.sg_list[i].length; build_sriov_qp0_header()
2169 send_size += sizeof (struct mlx4_ib_tunnel_header); build_sriov_qp0_header()
2171 ib_ud_header_init(send_size, 1, 0, 0, 0, 0, &sqp->ud_header); build_sriov_qp0_header()
2275 int send_size; build_mlx_header() local
2285 send_size = 0; build_mlx_header()
2287 send_size += wr->wr.sg_list[i].length; build_mlx_header()
2317 ib_ud_header_init(send_size, !is_eth, is_eth, is_vlan, is_grh, 0, &sqp->ud_header); build_mlx_header()
/linux-4.4.14/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c136 u32 send_size; member in struct:tx_desc
449 desc->send_size = cpu_to_be32(skb->len); hip04_mac_start_xmit()
/linux-4.4.14/fs/btrfs/
H A Dsend.c88 u32 send_size; member in struct:send_ctx
546 int left = sctx->send_max_size - sctx->send_size; tlv_put()
551 hdr = (struct btrfs_tlv_header *) (sctx->send_buf + sctx->send_size); tlv_put()
555 sctx->send_size += total_len; tlv_put()
659 BUG_ON(sctx->send_size); begin_cmd()
661 sctx->send_size += sizeof(*hdr); begin_cmd()
675 hdr->len = cpu_to_le32(sctx->send_size - sizeof(*hdr)); send_cmd()
678 crc = btrfs_crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); send_cmd()
681 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, send_cmd()
684 sctx->total_send_size += sctx->send_size; send_cmd()
685 sctx->cmd_send_size[le16_to_cpu(hdr->cmd)] += sctx->send_size; send_cmd()
686 sctx->send_size = 0; send_cmd()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h153 __le16 send_size; member in struct:hnae_desc::__anon6865::__anon6866
H A Dhns_enet.c55 desc->tx.send_size = cpu_to_le16((u16)size); fill_desc()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_ca0132.c1426 unsigned int ret_bytes, send_size, ret_size; dspio_scp() local
1454 send_size = sizeof(unsigned int) + len; dspio_scp()
1456 send_size, (unsigned char *)&scp_reply, dspio_scp()

Completed in 434 milliseconds