/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_device.c | 140 resp->max_msg_sz = attr->max_msg_sz; in copy_port_attr_to_resp()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | fw.h | 89 u32 max_msg_sz; member
|
H A D | mlx4_main.c | 422 dev->caps.max_msg_sz = dev_cap->max_msg_sz; in mlx4_dev_cap()
|
H A D | mlx4_fw.c | 899 dev_cap->max_msg_sz = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP()
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.c | 918 uint16_t max_msg_sz) in attach_edns_record_max_msg_sz() argument 966 if (msg_sz > max_msg_sz) in attach_edns_record_max_msg_sz() 967 msg_sz = max_msg_sz; in attach_edns_record_max_msg_sz()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | devinfo.c | 550 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 D | mlx5_ib_mad.c | 533 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg); in mlx5_query_mad_ifc_port()
|
H A D | mlx5_ib_main.c | 323 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 D | provider.c | 375 props->max_msg_sz = -1; in c4iw_query_port()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 630 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 D | mlx4_ib_qp.c | 1690 ilog2(dev->dev->caps.max_msg_sz); in __mlx4_ib_modify_qp()
|
/freebsd/sys/ofed/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 291 __u32 max_msg_sz; member
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | kern-abi.h | 308 __u32 max_msg_sz; member
|
H A D | cmd.c | 264 port_attr->max_msg_sz = resp.max_msg_sz; in ibv_cmd_query_port()
|
H A D | verbs.h | 331 uint32_t max_msg_sz; member
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 168 props->max_msg_sz = 0x80000000; in mthca_query_port()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 588 u32 max_msg_sz; member
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 1539 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 D | ib_verbs.h | 600 u32 max_msg_sz; member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_verbs.c | 650 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 D | ib_verbs.c | 309 port_attr->max_msg_sz = (u32)BNXT_RE_MAX_MR_SIZE_LOW; in bnxt_re_query_port()
|