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

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h89 u32 max_msg_sz; member in struct:mlx4_dev_cap
H A Dmlx4_main.c421 dev->caps.max_msg_sz = dev_cap->max_msg_sz;
H A Dmlx4_fw.c896 dev_cap->max_msg_sz = 1 << (field & 0x1f);
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c808 uint16_t max_msg_sz)
846 if (msg_sz > max_msg_sz)
847 msg_sz = max_msg_sz;
807 attach_edns_record_max_msg_sz(sldns_buffer* pkt, struct edns_data* edns, uint16_t max_msg_sz) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c532 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg);
H A Dmlx5_ib_main.c318 props->max_msg_sz = 1 << MLX5_CAP_GEN(dev->mdev, log_max_msg);
942 props->max_msg_sz = 1 << MLX5_CAP_GEN(mdev, log_max_msg);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c399 props->max_msg_sz = -1;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c550 printf("\t\t\tmax_msg_sz:\t\t0x%x\n", port_attr.max_msg_sz);
/freebsd-11-stable/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-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h268 __u32 max_msg_sz; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c634 props->max_msg_sz = to_mdev(ibdev)->dev->caps.max_msg_sz;
718 props->max_msg_sz = mdev->dev->caps.max_msg_sz;
H A Dmlx4_ib_qp.c1681 ilog2(dev->dev->caps.max_msg_sz);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1057 props->max_msg_sz = -1;
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h588 u32 max_msg_sz; member in struct:mlx4_caps
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c167 props->max_msg_sz = 0x80000000;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h527 u32 max_msg_sz; member in struct:ib_port_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c521 resp.max_msg_sz = attr.max_msg_sz;

Completed in 426 milliseconds