Home
last modified time | relevance | path

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

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