Searched refs:send_size (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/net/rds/ |
H A D | iw_cm.c | 183 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 D | ib_dm_mad.h | 117 __be32 send_size; member in struct:ib_dm_ioc_profile
|
H A D | ib_srpt.c | 355 iocp->send_size = cpu_to_be32(srp_max_req_size); srpt_get_ioc()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2153 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 D | hip04_eth.c | 136 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 D | send.c | 88 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 D | hnae.h | 153 __le16 send_size; member in struct:hnae_desc::__anon6865::__anon6866
|
H A D | hns_enet.c | 55 desc->tx.send_size = cpu_to_le16((u16)size); fill_desc()
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_ca0132.c | 1426 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