Home
last modified time | relevance | path

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

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