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

/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dfw.h68 u32 max_msg_sz; member in struct:mlx4_dev_cap
H A Dmain.c681 dev->caps.max_msg_sz = dev_cap->max_msg_sz;
H A Dfw.c633 dev_cap->max_msg_sz = 1 << (field & 0x1f);
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c301 printf("\t\t\tmax_msg_sz:\t\t0x%x\n", port_attr.max_msg_sz);
/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h177 uint32_t max_msg_sz; member in struct:ibv_port_attr
H A Dkern-abi.h216 __u32 max_msg_sz; member in struct:ibv_query_port_resp
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c383 props->max_msg_sz = -1;
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h233 __u32 max_msg_sz; member in struct:ib_uverbs_query_port_resp
H A Dib_verbs.h357 u32 max_msg_sz; member in struct:ib_port_attr
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c332 props->max_msg_sz = to_mdev(ibdev)->dev->caps.max_msg_sz;
420 props->max_msg_sz = mdev->dev->caps.max_msg_sz;
H A Dqp.c1820 ilog2(dev->dev->caps.max_msg_sz);
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dcmd.c185 port_attr->max_msg_sz = resp.max_msg_sz;
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1057 props->max_msg_sz = -1;
/freebsd-11.0-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h497 u32 max_msg_sz; member in struct:mlx4_caps
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c175 props->max_msg_sz = 0x80000000;
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_cmd.c539 resp.max_msg_sz = attr.max_msg_sz;

Completed in 254 milliseconds