Searched refs:max_msg_sz (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c140 resp->max_msg_sz = attr->max_msg_sz;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dfw.h89 u32 max_msg_sz; member in struct:mlx4_dev_cap
H A Dmlx4_main.c422 dev->caps.max_msg_sz = dev_cap->max_msg_sz;
H A Dmlx4_fw.c899 dev_cap->max_msg_sz = 1 << (field & 0x1f);
/freebsd-current/contrib/unbound/util/data/
H A Dmsgencode.c903 uint16_t max_msg_sz)
951 if (msg_sz > max_msg_sz)
952 msg_sz = max_msg_sz;
902 attach_edns_record_max_msg_sz(sldns_buffer* pkt, struct edns_data* edns, uint16_t max_msg_sz) argument
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c550 printf("\t\t\tmax_msg_sz:\t\t0x%x\n", port_attr.max_msg_sz);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c533 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg);
H A Dmlx5_ib_main.c323 props->max_msg_sz = 1 << MLX5_CAP_GEN(dev->mdev, log_max_msg);
949 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg);
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c373 props->max_msg_sz = -1;
/freebsd-current/contrib/ofed/libibverbs/
H A Dkern-abi.h308 __u32 max_msg_sz; member in struct:ibv_query_port_resp
H A Dcmd.c264 port_attr->max_msg_sz = resp.max_msg_sz;
H A Dverbs.h331 uint32_t max_msg_sz; member in struct:ibv_port_attr
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c630 props->max_msg_sz = to_mdev(ibdev)->dev->caps.max_msg_sz;
715 props->max_msg_sz = mdev->dev->caps.max_msg_sz;
H A Dmlx4_ib_qp.c1690 ilog2(dev->dev->caps.max_msg_sz);
/freebsd-current/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h291 __u32 max_msg_sz; member in struct:ib_uverbs_query_port_resp
/freebsd-current/sys/dev/mlx4/
H A Ddevice.h588 u32 max_msg_sz; member in struct:mlx4_caps
/freebsd-current/sys/dev/mthca/
H A Dmthca_provider.c168 props->max_msg_sz = 0x80000000;
/freebsd-current/sys/dev/irdma/
H A Dirdma_kcompat.c1539 props->max_msg_sz = iwdev->rf->sc_dev.hw_attrs.max_hw_outbound_msg_size;
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h600 u32 max_msg_sz; member in struct:ib_port_attr
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c650 attr->max_msg_sz = rdma_port->max_msg_size;
656 " max_msg_sz = 0x%x max_vl_num = 0x%x \n",
660 attr->max_msg_sz, attr->max_vl_num);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c309 port_attr->max_msg_sz = (u32)BNXT_RE_MAX_MR_SIZE_LOW;

Completed in 408 milliseconds